1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00

Remove other two lines

This commit is contained in:
David Baker
2017-04-04 10:43:57 +01:00
parent 11f5ae3c20
commit 47a0398b62

View File

@@ -60,8 +60,6 @@ function debuglog() {
* @param {MatrixClient} client The matrix client instance to use. * @param {MatrixClient} client The matrix client instance to use.
* @param {Object} opts Config options * @param {Object} opts Config options
* @param {module:crypto=} opts.crypto Crypto manager * @param {module:crypto=} opts.crypto Crypto manager
* kept up-to-date. If one is supplied, the response to getJSON() will be used
* initially.
* @param {Function=} opts.canResetEntireTimeline A function which is called * @param {Function=} opts.canResetEntireTimeline A function which is called
* with a room ID and returns a boolean. It should return 'true' if the SDK can * with a room ID and returns a boolean. It should return 'true' if the SDK can
* SAFELY remove events from this room. It may not be safe to remove events if * SAFELY remove events from this room. It may not be safe to remove events if