1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-09-01 21:21:58 +03:00

Because uglify-js breaks everything

This commit is contained in:
Travis Ralston
2018-10-30 14:12:41 -06:00
parent f2881126cd
commit 68b65dd357
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
var matrixcs = require("./lib/matrix");
var request = require("browser-request");
request.enableConstructionOfQueryString = true; // note: this is long so we hopefully don't collide
global.enableConstructionOfQueryString = true; // note: this is long so we hopefully don't collide
matrixcs.request(request);
// just *accessing* indexedDB throws an exception in firefox with