Skip to content

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Javi Jimenez Villar committed Mar 15, 2013
1 parent 9822dce commit fa9db58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/Lungo.Notification.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ Lungo.Notification = do(lng = Lungo) ->
_subscribeEvents()

_show = (html, stylesheet, block = true) ->
console.error "show", _window.hasClass("show")
if block then _el.removeClass "push" else _el.addClass "push"

unless _window.hasClass("show")
Expand Down

0 comments on commit fa9db58

Please sign in to comment.