Skip to content

Commit 844baf5

Browse files
committed
fix ts_helpers.js
1 parent 3126c44 commit 844baf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-app/app/src/main/assets/internal/ts_helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
var child = thiz.__proto__.__child;
6969
if (!child.__extended) {
7070
var parent = thiz.__proto__.__parent;
71-
child.__extended = parent.extend(child.name, child.prototype, true, error);
71+
child.__extended = parent.extend(child.name, child.prototype, true);
7272
// This will deal with "i instanceof child"
7373
child[Symbol.hasInstance] = function (instance) {
7474
return instance instanceof this.__extended;

0 commit comments

Comments
 (0)