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