Remove unneeded id

This commit is contained in:
Kevin Sawicki 2013-02-12 13:59:57 -08:00
parent 658b243a16
commit f30f175c4e

View File

@ -209,7 +209,7 @@ describe 'FuzzyFinder', ->
rootView.attachToDom()
rootView.getActiveEditor().destroyActiveEditSession()
inputView = $$ -> @input id: "div-view"
inputView = $$ -> @input()
rootView.append(inputView)
inputView.focus()