Fix event handler

This commit is contained in:
YNH Webdev
2013-11-10 16:39:04 +01:00
parent 6213021f45
commit 72e7493842
6 changed files with 71 additions and 15 deletions

View File

@@ -360,6 +360,8 @@ class WSF_INPUT_CONTROL extends WSF_CONTROL
@state['text'] = state.text
@$el.val(state.text)
class WSF_PASSWORD_CONTROL extends WSF_INPUT_CONTROL
class WSF_NAVLIST_ITEM_CONTROL extends WSF_BUTTON_CONTROL
update: (state) ->
super