Focus rootView directlly instead of by selector

This commit is contained in:
Kevin Sawicki
2013-02-14 12:31:00 -08:00
parent 15c02014f7
commit aa69452552

View File

@@ -32,7 +32,7 @@ class Dialog extends View
close: ->
@remove()
$('#root-view').focus()
rootView.focus()
cancel: ->
@remove()