Remove call to no-op EditorView method

This commit is contained in:
Kevin Sawicki 2014-08-25 15:31:39 -07:00
parent 83659272ac
commit 69aa34954f

View File

@ -272,7 +272,6 @@ class SelectListView extends View
cancelled: ->
@filterEditorView.getEditor().setText('')
@filterEditorView.updateDisplay()
# Public: Cancel and close this select list view.
#