summaryrefslogtreecommitdiffstats
path: root/js/app/directives/undonotification.coffee
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2013-12-19 13:59:39 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2013-12-19 13:59:39 +0100
commit11e170fc19b6dd64e77a7b7b2d53ab6d17018aed (patch)
treed01ce930bad4bc78e1f5a63693ffd5fe6e5a2f46 /js/app/directives/undonotification.coffee
parentb4bda7d6e161d31cfaf8abd3bfe42f64fd052e70 (diff)
lint coffee
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