1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-19 16:42:09 +03:00

Fix linting. Mark on new Store classes as WIP.

This commit is contained in:
Kegan Dougal
2015-07-28 11:50:47 +01:00
parent 3905e56e1f
commit 1ef7af258d
2 changed files with 4 additions and 2 deletions

View File

@@ -244,7 +244,7 @@ function PushProcessor(client) {
}
/**
* @typedef PushAction
* @typedef {Object} PushAction
* @type {Object}
* @property {boolean} notify Whether this event should notify the user or not.
* @property {Object} tweaks How this event should be notified.