1
0
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:
David Baker
2017-04-03 17:12:30 +01:00
parent 4cb80588e9
commit 6a2465329a
2 changed files with 4 additions and 0 deletions

View File

@@ -279,6 +279,8 @@ module.exports.MatrixInMemoryStore.prototype = {
/**
* setSyncData does nothing as there is no backing data store.
*
* @param {Object} syncData The sync data
*/
setSyncData: function(syncData) {},

View File

@@ -184,6 +184,8 @@ StubStore.prototype = {
/**
* setSyncData does nothing as there is no backing data store.
*
* @param {Object} syncData The sync data
*/
setSyncData: function(syncData) {},