removed duplicate call

This commit is contained in:
hanneshal 2013-01-04 00:03:33 +01:00
parent a2b02286ce
commit d4d9adb725

View file

@ -139,7 +139,6 @@ class App.ChatWidget extends App.Controller
hide: =>
@isShown = false
@el.find('#chat_content').hide(100)
@el.find('#chat_content').hide(100)
@el.find('#chat_toogle').html('♦');
focusIn: =>