mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
Remove unneeded id
This commit is contained in:
parent
658b243a16
commit
f30f175c4e
@ -209,7 +209,7 @@ describe 'FuzzyFinder', ->
|
||||
rootView.attachToDom()
|
||||
rootView.getActiveEditor().destroyActiveEditSession()
|
||||
|
||||
inputView = $$ -> @input id: "div-view"
|
||||
inputView = $$ -> @input()
|
||||
rootView.append(inputView)
|
||||
inputView.focus()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user