1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-13 05:42:19 +03:00

Fix linting errors

This commit is contained in:
David Baker
2015-06-29 16:09:07 +01:00
parent 083a0980eb
commit 53f2f156ca
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
"use strict";
var PushProcessor = require('../pushprocessor');
"use strict";
/**
* This is an internal module. See {@link MatrixEvent} and {@link RoomEvent} for
* the public classes.

View File

@@ -212,5 +212,5 @@ module.exports = function(client) {
this.actionsForEvent = function(ev) {
return pushActionsForEventAndRulesets(ev, client.pushRules);
};
}
};