Removed not used event binding.

This commit is contained in:
Martin Edenhofer 2012-07-02 08:51:36 +02:00
parent 88571e7d5c
commit e0634fe241

View file

@ -1,9 +1,6 @@
$ = jQuery.sub()
class App.Navigation extends App.Controller
events:
'focusin [data-type=edit]': 'edit_in'
constructor: ->
super
@log 'nav...'