aboutsummaryrefslogtreecommitdiff
path: root/src/modules/system
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/system')
-rw-r--r--src/modules/system/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/system/index.ts b/src/modules/system/index.ts
index ca78929e..202f9899 100644
--- a/src/modules/system/index.ts
+++ b/src/modules/system/index.ts
@@ -42,6 +42,7 @@ export class SystemModule {
if (name === 'constructor' || typeof this[name] !== 'function') {
continue;
}
+
this[name] = this[name].bind(this);
}
}