Don't add single-line class to editor in command panel and file finder… it's defunct

This commit is contained in:
Nathan Sobo
2012-05-07 19:34:50 -06:00
parent b554318048
commit 7017aef3bb
2 changed files with 0 additions and 2 deletions

View File

@@ -24,7 +24,6 @@ class CommandPanel extends View
@rootView.on 'command-panel:execute', => @execute()
@rootView.on 'command-panel:find-in-file', => @show("/")
@rootView.on 'command-panel:repeat-relative-address', => @repeatRelativeAddress()
@editor.addClass 'single-line'
@editor.off 'move-up move-down'
@editor.on 'move-up', => @navigateBackwardInHistory()

View File

@@ -26,7 +26,6 @@ class FileFinder extends View
@on 'move-down', => @moveDown()
@on 'file-finder:select-file', => @select()
@editor.addClass 'single-line'
@editor.buffer.on 'change', => @populatePathList() if @hasParent()
@editor.off 'move-up move-down'