diff options
Diffstat (limited to 'client/config/gecko-fix.js')
-rw-r--r-- | client/config/gecko-fix.js | 4 |
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; +} |