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

@ -67,9 +67,6 @@
}
lRet = this._allowed.css || this._allowed.js || this._allowed.html;
if(!this.MinFolder)
this.MinFolder = Minify.MinFolder;
if(pParams && pParams.force)
Minify.optimize(pName, pParams);
else if(lRet)
@ -94,7 +91,6 @@
},
/* minification folder name */
MinFolder : '',
getName : Minify ? Minify.getName : Util.retFalse
};