Removed not used event binding.
This commit is contained in:
parent
88571e7d5c
commit
e0634fe241
1 changed files with 0 additions and 3 deletions
|
@ -1,9 +1,6 @@
|
|||
$ = jQuery.sub()
|
||||
|
||||
class App.Navigation extends App.Controller
|
||||
events:
|
||||
'focusin [data-type=edit]': 'edit_in'
|
||||
|
||||
constructor: ->
|
||||
super
|
||||
@log 'nav...'
|
||||
|
|
Loading…
Reference in a new issue