refactored

This commit is contained in:
coderaiser 2013-01-30 14:17:07 -05:00
parent 48362c2b34
commit 8caa779dce
3 changed files with 15 additions and 25 deletions

View file

@ -109,7 +109,6 @@
if (pAllowed.html)
lOptimizeParams.push(lIndex);
//lOptimizeParams = lIndex;
if (pAllowed.css) {
var lStyles = [{}, {}];
@ -122,7 +121,7 @@
if (lOptimizeParams.length)
Minify.optimize(lOptimizeParams, {
force:true
force: true
});
}