This commit is contained in:
Kevin Sawicki
2013-04-23 10:10:19 -07:00
parent 7ef87cb6c4
commit d92db4a7a8

View File

@@ -110,7 +110,7 @@ class TextMatePackage extends Package
@scopedProperties = scopedProperties
if atom.isPackageActive(@path)
for { selector, properties } in @scopedProperties
for {selector, properties} in @scopedProperties
syntax.addProperties(@path, selector, properties)
@loadTextMatePreferenceObjects(preferenceObjects, done)