mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Merge branch '1840' into 1840_invocation_prototype_prop_access
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
}), o('Value Accessor', function() {
|
||||
return $1.add($2);
|
||||
}), o('Invocation Accessor', function() {
|
||||
return new Value($1, [$2]);
|
||||
return new Value($1, [].concat($2));
|
||||
}), o('ThisProperty')
|
||||
],
|
||||
Assignable: [
|
||||
|
||||
@@ -140,7 +140,7 @@ case 62:this.$ = new yy.Value($$[$0]);
|
||||
break;
|
||||
case 63:this.$ = $$[$0-1].add($$[$0]);
|
||||
break;
|
||||
case 64:this.$ = new yy.Value($$[$0-1], [$$[$0]]);
|
||||
case 64:this.$ = new yy.Value($$[$0-1], [].concat($$[$0]));
|
||||
break;
|
||||
case 65:this.$ = $$[$0];
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user