removed getting data from Minify cache

This commit is contained in:
coderaiser 2013-01-23 03:21:46 -05:00
parent 1e0430fe3e
commit 17e8df88ce

View file

@ -52,9 +52,6 @@
if(!this.MinFolder)
this.MinFolder = Minify.MinFolder;
if(!this.Cache)
this.Cache = Minify.Cache;
if(this._allowed.css || this._allowed.js || this._allowed.html){
Minify.optimize(pName, pParams);
lResult = true;
@ -76,7 +73,6 @@
},
/* minification folder name */
MinFolder : '',
Cache : null
MinFolder : ''
};
})();