fixed bug in not fully functional browsers, jquery loaded after ie.js, should be before

This commit is contained in:
coderaiser 2012-12-17 06:27:12 -05:00
parent 922fd50b5b
commit 2edcdc4810
5 changed files with 25 additions and 10 deletions

View file

@ -6,7 +6,7 @@
"es5" : true,
"forin" : true,
"globalstrict" : true,
"jquery" : true,
"jquery" : false,
"newcap" : true,
"noarg" : true,
"node" : true,