Removed not used bindings.
This commit is contained in:
parent
6c116e7e4d
commit
7aafc57d80
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ $.fn.item = ->
|
|||
Note.find(elementID)
|
||||
|
||||
class Index extends App.Controller
|
||||
events:
|
||||
'focusin [data-type=edit]': 'edit_in'
|
||||
# events:
|
||||
# 'focusin [data-type=edit]': 'edit_in'
|
||||
|
||||
constructor: ->
|
||||
super
|
||||
|
|
Loading…
Reference in a new issue