mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
after correctly recording objectnode's children, bin/node_coffee --tree is working pretty nicely
This commit is contained in:
@@ -550,7 +550,7 @@
|
||||
ObjectNode = (exports.ObjectNode = inherit(Node, {
|
||||
type: 'Object',
|
||||
constructor: function constructor(props) {
|
||||
this.objects = (this.properties = props || []);
|
||||
this.children = (this.objects = (this.properties = props || []));
|
||||
return this;
|
||||
},
|
||||
// All the mucking about with commas is to make sure that CommentNodes and
|
||||
|
||||
Reference in New Issue
Block a user