mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Fix deprecate reference
This commit is contained in:
@@ -220,7 +220,7 @@ class Cursor extends Model
|
||||
getScopeDescriptor: ->
|
||||
@editor.scopeDescriptorForBufferPosition(@getBufferPosition())
|
||||
getScopes: ->
|
||||
deprecate 'Use Cursor::getScopeDescriptor() instead'
|
||||
Grim.deprecate 'Use Cursor::getScopeDescriptor() instead'
|
||||
@getScopeDescriptor()
|
||||
|
||||
# Public: Returns true if this cursor has no non-whitespace characters before
|
||||
|
||||
Reference in New Issue
Block a user