1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-07-30 04:23:07 +03:00

Remove ancient "use strict" annotations

We don't need these anymore. Theoretically this commit could go to develop, but for safety it's going to `travis/sourcemaps` first.
This commit is contained in:
Travis Ralston
2019-12-17 15:38:18 -07:00
parent f3a10a8166
commit f952f6742f
62 changed files with 14 additions and 68 deletions

View File

@ -1,4 +1,3 @@
"use strict";
console.log("Loading browser sdk");
var BASE_URL = "https://matrix.org";
var TOKEN = "accesstokengoeshere";