You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-06 12:02:40 +03:00
Appease closure linter.
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This is a mock framework for an HTTP backend, heavily inspired by Angular.js
|
* Construct a mock HTTP backend, heavily inspired by Angular.js.
|
||||||
|
* @constructor
|
||||||
*/
|
*/
|
||||||
|
|
||||||
function HttpBackend() {
|
function HttpBackend() {
|
||||||
this.requests = [];
|
this.requests = [];
|
||||||
this.expectedRequests = [];
|
this.expectedRequests = [];
|
||||||
@@ -139,4 +139,7 @@ Request.prototype = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
* The HttpBackend class.
|
||||||
|
*/
|
||||||
module.exports = HttpBackend;
|
module.exports = HttpBackend;
|
||||||
|
Reference in New Issue
Block a user