Javi Jimenez Villar 13 年 前
コミット
ab5e6c4710
1 ファイル変更0 行追加3 行削除
  1. 0 3
      src/modules/Lungo.Notification.coffee

+ 0 - 3
src/modules/Lungo.Notification.coffee

@@ -105,9 +105,6 @@ Lungo.Notification = do(lng = Lungo) ->
     else
       _window.removeClass STYLE.SHOW
 
-    _window[0].addEventListener 'webkitTransitionEnd', (event) ->
-      console.error event
-
     setTimeout (->
       _window.html html
       _window.attr "class", "window #{stylesheet} show"