ensure jquery treated as global
This commit is contained in:
@@ -3,5 +3,8 @@
|
|||||||
"files": ["jquery.js"],
|
"files": ["jquery.js"],
|
||||||
"buildConfig": {
|
"buildConfig": {
|
||||||
"uglify": true
|
"uglify": true
|
||||||
|
},
|
||||||
|
"shim": {
|
||||||
|
"jquery": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user