mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix broken specs
This commit is contained in:
@@ -19,7 +19,7 @@ class Autocomplete extends View
|
||||
|
||||
initialize: (@editor) ->
|
||||
requireStylesheet 'autocomplete.css'
|
||||
@editor.on 'autocomplete:toggle', => @toggle()
|
||||
@on 'autocomplete:toggle', => @toggle()
|
||||
@on 'move-up', => @previousMatch()
|
||||
@on 'move-down', => @nextMatch()
|
||||
@editor.on 'buffer-path-change', => @setCurrentBuffer(@editor.buffer)
|
||||
|
||||
Reference in New Issue
Block a user