mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
improved optimizing size of menu.js from 2539 to 2444
This commit is contained in:
parent
90602f90ba
commit
e1e2024ebe
3 changed files with 6 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"appcache" : false,
|
||||
"cache" : {"allowed" : false},
|
||||
"minification" : {
|
||||
"js" : false,
|
||||
"js" : true,
|
||||
"css" : true,
|
||||
"html" : true,
|
||||
"img" : true
|
||||
|
|
|
|||
|
|
@ -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, $);
|
||||
Loading…
Add table
Add a link
Reference in a new issue