You've already forked matrix-js-sdk
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user