summaryrefslogtreecommitdiffstats
path: root/js/app/directives/undonotification.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'js/app/directives/undonotification.coffee')
-rw-r--r--js/app/directives/undonotification.coffee2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/directives/undonotification.coffee b/js/app/directives/undonotification.coffee
index 39556e7a0..204f9eb56 100644
--- a/js/app/directives/undonotification.coffee
+++ b/js/app/directives/undonotification.coffee
@@ -48,7 +48,7 @@ angular.module('News').directive 'undoNotification',
$timeout.cancel(timeout.promise)
# fade out if not reset with a new
- timeout = $timeout =>
+ timeout = $timeout ->
$(elm).fadeOut()
, Config.undoTimeout