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
Add jsdoc
This commit is contained in:
@@ -279,6 +279,8 @@ module.exports.MatrixInMemoryStore.prototype = {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* setSyncData does nothing as there is no backing data store.
|
* setSyncData does nothing as there is no backing data store.
|
||||||
|
*
|
||||||
|
* @param {Object} syncData The sync data
|
||||||
*/
|
*/
|
||||||
setSyncData: function(syncData) {},
|
setSyncData: function(syncData) {},
|
||||||
|
|
||||||
|
@@ -184,6 +184,8 @@ StubStore.prototype = {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* setSyncData does nothing as there is no backing data store.
|
* setSyncData does nothing as there is no backing data store.
|
||||||
|
*
|
||||||
|
* @param {Object} syncData The sync data
|
||||||
*/
|
*/
|
||||||
setSyncData: function(syncData) {},
|
setSyncData: function(syncData) {},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user