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()
|
$ = jQuery.sub()
|
||||||
|
|
||||||
class App.Navigation extends App.Controller
|
class App.Navigation extends App.Controller
|
||||||
events:
|
|
||||||
'focusin [data-type=edit]': 'edit_in'
|
|
||||||
|
|
||||||
constructor: ->
|
constructor: ->
|
||||||
super
|
super
|
||||||
@log 'nav...'
|
@log 'nav...'
|
||||||
|
|
Loading…
Reference in a new issue