You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-09 10:22:46 +03:00
Linting
This commit is contained in:
@@ -44,7 +44,7 @@ Filter.prototype.getDefinition = function() {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the JSON body of the filter
|
* Set the JSON body of the filter
|
||||||
* @param {Object} body The filter definition
|
* @param {Object} definition The filter definition
|
||||||
*/
|
*/
|
||||||
Filter.prototype.setDefinition = function(definition) {
|
Filter.prototype.setDefinition = function(definition) {
|
||||||
this.definition = definition;
|
this.definition = definition;
|
||||||
|
@@ -60,7 +60,8 @@ describe("MatrixClient", function() {
|
|||||||
httpBackend.verifyNoOutstandingRequests();
|
httpBackend.verifyNoOutstandingRequests();
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should do an HTTP request if !allowCached even if one exists", function(done) {
|
it("should do an HTTP request if !allowCached even if one exists",
|
||||||
|
function(done) {
|
||||||
var httpFilterDefinition = {
|
var httpFilterDefinition = {
|
||||||
event_format: "federation"
|
event_format: "federation"
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user