comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:4c8ae668cc8c
1 Poltergeist.ObsoleteNode = (function (_super) {
2 __extends(ObsoleteNode, _super);
3
4 function ObsoleteNode() {
5 _ref = ObsoleteNode.__super__.constructor.apply(this, arguments);
6 return _ref;
7 }
8
9 ObsoleteNode.prototype.name = "Poltergeist.ObsoleteNode";
10
11 ObsoleteNode.prototype.args = function () {
12 return [];
13 };
14
15 ObsoleteNode.prototype.toString = function () {
16 return this.name;
17 };
18
19 return ObsoleteNode;
20
21 })(Poltergeist.Error);