1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +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";
import 'source-map-support/register';
import * as utils from "../test-utils";
import {PushProcessor} from "../../src/pushprocessor";