From 2d93e6f14a5ba976f87b71202bc4e011e38ee823 Mon Sep 17 00:00:00 2001 From: Shinigami Date: Sat, 31 Dec 2022 12:22:38 +0100 Subject: chore: turn on padding-line-between-statements (#1691) --- src/modules/lorem/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/modules/lorem') 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); } } -- cgit v1.2.3