1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-28 05:03:59 +03:00
This commit is contained in:
Bruno Windels
2019-10-02 15:25:19 +02:00
parent 77bd677182
commit 20ee03bb44

View File

@@ -94,7 +94,7 @@ utils.inherits(EventTimelineSet, EventEmitter);
/** /**
* Get all the timelines in this set * Get all the timelines in this set
* @return {[EventTimeline]} the timelines in this set * @return {[module:models/event-timeline~EventTimeline]} the timelines in this set
*/ */
EventTimelineSet.prototype.getTimelines = function() { EventTimelineSet.prototype.getTimelines = function() {
return this._timelines; return this._timelines;