mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
typo
This commit is contained in:
@@ -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 ', '
|
||||
|
||||
Reference in New Issue
Block a user