Fix support for requirejs/amd

This commit is contained in:
Niklas von Hertzen
2015-08-30 02:27:38 +03:00
parent 98ee30643a
commit 4b37909f09
6 changed files with 39 additions and 6 deletions

View File

@@ -15,5 +15,5 @@
"globals": {
"jQuery": true
},
"predef": ["-Promise"]
"predef": ["-Promise", "define"]
}