mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Remove extra initialization of scoped properties
This commit is contained in:
@@ -74,8 +74,6 @@ class TextMatePackage extends Package
|
||||
getGrammars: -> @grammars
|
||||
|
||||
loadScopedProperties: ->
|
||||
@scopedProperties = []
|
||||
|
||||
for grammar in @getGrammars()
|
||||
if properties = @propertiesFromTextMateSettings(grammar)
|
||||
selector = syntax.cssSelectorFromScopeSelector(grammar.scopeName)
|
||||
|
||||
Reference in New Issue
Block a user