Should I regret a lack of better commit messages?

This commit is contained in:
Garen Torikian
2013-04-12 22:35:54 -05:00
parent 37b3784129
commit 8bd02358d2
19 changed files with 273 additions and 20 deletions

View File

@@ -16,6 +16,7 @@ class Syntax
syntax.grammarOverridesByPath = grammarOverridesByPath
syntax
# Internal:
constructor: ->
@nullGrammar = new NullGrammar
@grammars = [@nullGrammar]
@@ -24,6 +25,7 @@ class Syntax
@scopedPropertiesIndex = 0
@scopedProperties = []
# Internal:
serialize: ->
{ deserializer: @constructor.name, @grammarOverridesByPath }