summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-18 18:51:16 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-18 18:51:16 +0200
commite2e9a79aa3acb0d3a02d81ddbfbdcacc676db2d2 (patch)
tree85640355ebe88fd3627f9701b803e85713854200 /js/Gruntfile.js
parentaae89820dbb1b21b14272f5358761b9876e8ea09 (diff)
add model
Diffstat (limited to 'js/Gruntfile.js')
-rw-r--r--js/Gruntfile.js18
1 files changed, 13 insertions, 5 deletions
diff --git a/js/Gruntfile.js b/js/Gruntfile.js
index 491a4922a..df0afc2ba 100644
--- a/js/Gruntfile.js
+++ b/js/Gruntfile.js
@@ -9,19 +9,27 @@
*/
var globals = [
+ // libs
'$',
'angular',
+ // app
'app',
'OC',
+ // angular
+ 'inject',
+ 'module',
+
+ // protractor
'protractor',
+ 'browser',
+ 'By',
+ // jasmine
+ 'jasmine',
+ 'it',
'describe',
'beforeEach',
- 'module',
- 'it',
- 'browser',
'expect',
- 'By',
- 'inject',
+ // js
'console',
'exports'
];