(child, parent)
| 7747 | },{}],32:[function(require,module,exports){ |
| 7748 | var Group, Node, |
| 7749 | extend = function(child, parent) { for (var key in parent) { if (hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; }, |
| 7750 | hasProp = {}.hasOwnProperty; |
| 7751 | |
| 7752 | Node = require('./node'); |