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

Appease jshint

This commit is contained in:
Kegan Dougal
2015-06-05 17:36:15 +01:00
parent 0d25fbcbe7
commit 3d90942e9b
2 changed files with 9 additions and 9 deletions

View File

@ -5,7 +5,6 @@ var HttpBackend = require("../mock-request");
describe("MatrixClient", function() {
var baseUrl = "http://localhost.or.something";
var client, httpBackend;
var requestPool = [];
beforeEach(function() {
httpBackend = new HttpBackend();
@ -46,7 +45,7 @@ describe("MatrixClient", function() {
}).respond(200, eventData);
client.startClient(function(err, data, isLive) {});
httpBackend.flush();
});
});