mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Add toString to ScopeDescriptor
This commit is contained in:
@@ -44,3 +44,6 @@ class ScopeDescriptor
|
||||
scope = ".#{scope}" unless scope[0] is '.'
|
||||
scope
|
||||
.join(' ')
|
||||
|
||||
toString: ->
|
||||
@getScopeChain()
|
||||
|
||||
Reference in New Issue
Block a user