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

Fix lint error

semicolons rool
This commit is contained in:
Richard van der Hoff
2016-04-14 13:52:34 +01:00
parent 3404751eb9
commit 83bad6ee0d

View File

@@ -24,7 +24,8 @@ function HttpBackend() {
self.requests.splice(idx, 1);
realReq.callback("aborted");
}
}
};
return {
abort: abort
};