Chris@0: Poltergeist.ObsoleteNode = (function (_super) { Chris@0: __extends(ObsoleteNode, _super); Chris@0: Chris@0: function ObsoleteNode() { Chris@0: _ref = ObsoleteNode.__super__.constructor.apply(this, arguments); Chris@0: return _ref; Chris@0: } Chris@0: Chris@0: ObsoleteNode.prototype.name = "Poltergeist.ObsoleteNode"; Chris@0: Chris@0: ObsoleteNode.prototype.args = function () { Chris@0: return []; Chris@0: }; Chris@0: Chris@0: ObsoleteNode.prototype.toString = function () { Chris@0: return this.name; Chris@0: }; Chris@0: Chris@0: return ObsoleteNode; Chris@0: Chris@0: })(Poltergeist.Error);