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)
|
Note.find(elementID)
|
||||||
|
|
||||||
class Index extends App.Controller
|
class Index extends App.Controller
|
||||||
events:
|
# events:
|
||||||
'focusin [data-type=edit]': 'edit_in'
|
# 'focusin [data-type=edit]': 'edit_in'
|
||||||
|
|
||||||
constructor: ->
|
constructor: ->
|
||||||
super
|
super
|
||||||
|
|
Loading…
Reference in a new issue