1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-09 10:22:46 +03:00

Stray jsdoc line that didn't get removed

This commit is contained in:
David Baker
2017-04-03 15:39:08 +01:00
parent aebbe4f254
commit 753f11e0e9

View File

@@ -234,7 +234,6 @@ IndexedDBStoreBackend.prototype = {
*
* @constructor
* @extends MatrixInMemoryStore
* loaded from IndexedDB and periodically saved to IndexedDB.
* @param {Object} opts Options optject.
* @param {Object} opts.indexedDB The Indexed DB interface e.g.
* <code>window.indexedDB</code>