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