improved optimizing size of menu.js from 2539 to 2444

This commit is contained in:
coderaiser 2012-12-31 05:13:19 -05:00
parent 90602f90ba
commit e1e2024ebe
3 changed files with 6 additions and 4 deletions

View file

@ -64,6 +64,8 @@ keyStop: function(e, opt) {
* Updated jquery to v.1.8.3.
* Improved optimizing size of menu.js from 2539 to 2444.
2012.12.12, Version 0.1.8

View file

@ -3,7 +3,7 @@
"appcache" : false,
"cache" : {"allowed" : false},
"minification" : {
"js" : false,
"js" : true,
"css" : true,
"html" : true,
"img" : true

View file

@ -1,8 +1,8 @@
/* object contains jQuery-contextMenu
* https://github.com/medialize/jQuery-contextMenu
*/
var CloudCommander, Util, DOM, $;
(function(){
//var CloudCommander, Util, DOM, $;
(function(CloudCommander, Util, DOM, $){
"use strict";
var cloudcmd = CloudCommander,
@ -288,4 +288,4 @@ var CloudCommander, Util, DOM, $;
};
cloudcmd.Menu = Menu;
})();
})(CloudCommander, Util, DOM, $);