This commit is contained in:
Bruno Windels
2019-10-02 15:25:19 +02:00
parent 77bd677182
commit 20ee03bb44
+1 -1
View File
@@ -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;