mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
fixed bug in not fully functional browsers, jquery loaded after ie.js, should be before
This commit is contained in:
parent
922fd50b5b
commit
2edcdc4810
5 changed files with 25 additions and 10 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"es5" : true,
|
||||
"forin" : true,
|
||||
"globalstrict" : true,
|
||||
"jquery" : true,
|
||||
"jquery" : false,
|
||||
"newcap" : true,
|
||||
"noarg" : true,
|
||||
"node" : true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue