annotate vendor/jcalderonzumba/gastonjs/src/Client/Errors/obsolete_node.js @ 0:4c8ae668cc8c

Initial import (non-working)
author Chris Cannam
date Wed, 29 Nov 2017 16:09:58 +0000
parents
children
rev   line source
Chris@0 1 Poltergeist.ObsoleteNode = (function (_super) {
Chris@0 2 __extends(ObsoleteNode, _super);
Chris@0 3
Chris@0 4 function ObsoleteNode() {
Chris@0 5 _ref = ObsoleteNode.__super__.constructor.apply(this, arguments);
Chris@0 6 return _ref;
Chris@0 7 }
Chris@0 8
Chris@0 9 ObsoleteNode.prototype.name = "Poltergeist.ObsoleteNode";
Chris@0 10
Chris@0 11 ObsoleteNode.prototype.args = function () {
Chris@0 12 return [];
Chris@0 13 };
Chris@0 14
Chris@0 15 ObsoleteNode.prototype.toString = function () {
Chris@0 16 return this.name;
Chris@0 17 };
Chris@0 18
Chris@0 19 return ObsoleteNode;
Chris@0 20
Chris@0 21 })(Poltergeist.Error);