mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 03:21:20 -05:00
fixing assigning to @properties within an expression
This commit is contained in:
@@ -346,7 +346,7 @@ module CoffeeScript
|
||||
end
|
||||
|
||||
def properties?
|
||||
return !@properties.empty?
|
||||
return !@properties.empty? || @base.is_a?(ThisNode)
|
||||
end
|
||||
|
||||
def array?
|
||||
|
||||
Reference in New Issue
Block a user