We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3126c44 commit 844baf5Copy full SHA for 844baf5
test-app/app/src/main/assets/internal/ts_helpers.js
@@ -68,7 +68,7 @@
68
var child = thiz.__proto__.__child;
69
if (!child.__extended) {
70
var parent = thiz.__proto__.__parent;
71
- child.__extended = parent.extend(child.name, child.prototype, true, error);
+ child.__extended = parent.extend(child.name, child.prototype, true);
72
// This will deal with "i instanceof child"
73
child[Symbol.hasInstance] = function (instance) {
74
return instance instanceof this.__extended;
0 commit comments