mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Comment fix.
This commit is contained in:
@@ -81,7 +81,7 @@ exports.Scope = class Scope
|
||||
assign: (name, value) ->
|
||||
@variables[name] = value: value, assigned: true
|
||||
|
||||
# Gets around a bug in IE where it won't enumerate of redefined prototype properties.
|
||||
# Gets around a bug in IE where it won't enumerate over redefined prototype properties.
|
||||
allVariables: ->
|
||||
vars = [v, k] for v, k of @variables
|
||||
if v.__defineGetter__ then vars
|
||||
|
||||
Reference in New Issue
Block a user