1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00

Pass through eslint --fix

This commit is contained in:
Kegan Dougal
2017-01-13 10:49:32 +00:00
parent 97e421306b
commit 7ed65407e6
60 changed files with 3249 additions and 3072 deletions

View File

@@ -1,7 +1,7 @@
"use strict";
var Crypto = require("../../lib/crypto");
var sdk = require("../..");
let Crypto = require("../../lib/crypto");
let sdk = require("../..");
describe("Crypto", function() {
if (!sdk.CRYPTO_ENABLED) {