1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Comment fix.

This commit is contained in:
Timothy Jones 2010-10-20 12:05:34 +13:00
parent 083fc61dfb
commit 7342058e64

View file

@ -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