1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Remove a bunch of useless 'use strict' definitions

This commit is contained in:
Travis Ralston
2021-03-08 20:26:08 -07:00
parent b12cf7912a
commit 591ccabab9
11 changed files with 0 additions and 22 deletions

View File

@@ -15,8 +15,6 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
"use strict";
// polyfill textencoder if necessary
import * as TextEncodingUtf8 from 'text-encoding-utf-8';
let TextEncoder = window.TextEncoder;