summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--client/config/gecko-fix.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/config/gecko-fix.js b/client/config/gecko-fix.js
new file mode 100644
index 00000000..00e28970
--- /dev/null
+++ b/client/config/gecko-fix.js
@@ -0,0 +1,4 @@
+if (Object.prototype.hasOwnProperty('watch')) {
+ Object.prototype.watch = undefined;
+ Object.prototype.unwatch = undefined;
+}