mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
Comment fix.
This commit is contained in:
parent
083fc61dfb
commit
7342058e64
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue