Actually get the cursor

This commit is contained in:
Ben Ogle
2014-10-13 16:35:50 -07:00
parent 274bbeec27
commit b2cc190a3b

View File

@@ -2416,7 +2416,7 @@ class TextEditor extends Model
scopesAtCursor: ->
deprecate 'Use editor.getLastCursor().scopesAtCursor() instead'
cursor.getScopeDescriptor()
@getLastCursor().getScopeDescriptor()
getCursorScopes: ->
deprecate 'Use editor.getLastCursor().scopesAtCursor() instead'
@scopesAtCursor()