This commit is contained in:
Jeremy Ashkenas
2010-10-24 13:38:00 -04:00
parent 26a115adcf
commit 3a16677ebf

View File

@@ -118,6 +118,6 @@ exports.Scope = class Scope
compiledDeclarations: ->
@declaredVariables().join ', '
# Compile the JavaScript forall of the variable assignments in this scope.
# Compile the JavaScript for all of the variable assignments in this scope.
compiledAssignments: ->
@assignedVariables().join ', '