summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'js/Gruntfile.coffee')
-rw-r--r--js/Gruntfile.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/Gruntfile.coffee b/js/Gruntfile.coffee
index 285ee47f0..503e16738 100644
--- a/js/Gruntfile.coffee
+++ b/js/Gruntfile.coffee
@@ -66,8 +66,8 @@ module.exports = (grunt) ->
src: '<%= meta.production %>app.js'
dest: ''
wrapper: [
- '(function(angular, $, hex_md5, undefined){\n\n'
- '\n})(window.angular, jQuery, hex_md5);'
+ '(function(angular, $, hex_md5, moment, undefined){\n\n'
+ '\n})(window.angular, jQuery, hex_md5, moment);'
]
coffeelint: