You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
fix docs
This commit is contained in:
@@ -94,7 +94,7 @@ utils.inherits(EventTimelineSet, EventEmitter);
|
||||
|
||||
/**
|
||||
* 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() {
|
||||
return this._timelines;
|
||||
|
||||
Reference in New Issue
Block a user