adding more flexibilty

hopefully this is how you do amd support
This commit is contained in:
deltreey
2015-08-09 18:11:21 -04:00
parent 29e9988902
commit d0c0de6b73
6 changed files with 50 additions and 15 deletions

View File

@@ -11,5 +11,20 @@
"node": true,
"sub": true,
"undef": true,
"esnext": true
"esnext": true,
"globals": {
"define": true,
"angular": true,
"console": true,
"moment": true,
"describe": true,
"beforeEach": true,
"module": true,
"inject": true,
"it": true,
"expect": true,
"browser": true,
"element": true,
"by": true
}
}