summaryrefslogtreecommitdiffstats
path: root/js/Gruntfile.coffee
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-04-15 13:52:56 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-04-15 13:52:56 +0200
commit506dc652ff9fd76fde684f621cda2fa2783313a4 (patch)
tree1315991537367b014534903786041a53a8fc650f /js/Gruntfile.coffee
parent360966ab4bdafd15cdef21e34492f5d7d3151b74 (diff)
add support for relative dates, fix #28
Diffstat (limited to 'js/Gruntfile.coffee')
-rw-r--r--js/Gruntfile.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Gruntfile.coffee b/js/Gruntfile.coffee
index 503e16738..c12a5f322 100644
--- a/js/Gruntfile.coffee
+++ b/js/Gruntfile.coffee
@@ -67,7 +67,7 @@ module.exports = (grunt) ->
dest: ''
wrapper: [
'(function(angular, $, hex_md5, moment, undefined){\n\n'
- '\n})(window.angular, jQuery, hex_md5, moment);'
+ '\n})(window.angular, window.jQuery, window.hex_md5, window.moment);'
]
coffeelint: