summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.js
diff options
context:
space:
mode:
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'
];