mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Oops, don’t call the method twice
This commit is contained in:
@@ -2422,7 +2422,7 @@ class TextEditor extends Model
|
||||
@getLastCursor().getScopeDescriptor().getScopesArray()
|
||||
getCursorScopes: ->
|
||||
deprecate 'Use editor.getLastCursor().getScopeDescriptor() instead'
|
||||
@scopesAtCursor().getScopesArray()
|
||||
@scopesAtCursor()
|
||||
|
||||
###
|
||||
Section: Clipboard Operations
|
||||
|
||||
Reference in New Issue
Block a user