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

Merge branch 'dbkr/indexeddb_hide_internals' into dbkr/indexeddb_refactor_2

This commit is contained in:
David Baker
2017-04-03 16:41:02 +01:00

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>