This commit is contained in:
Nathan Sobo
2013-07-21 18:38:51 -06:00
parent 25d594e717
commit d85560e886

View File

@@ -45,18 +45,15 @@ class AutocompleteView extends SelectList
selectItem: (item) ->
super
match = @getSelectedElement()
@replaceSelectedTextWithMatch(match) if match
selectNextItem: ->
super
false
selectPreviousItem: ->
super
false
buildWordList: ->