* Load a list of comments into the time line * @param data - list of abstract comment data
(data:Array<Object>)
| 85 | * @param data - list of abstract comment data |
| 86 | */ |
| 87 | public load(data:Array<Object>):void { |
| 88 | this.timeline = data; |
| 89 | } |
| 90 | |
| 91 | /** |
| 92 | * Inserts an abstract comment data into the time line |
no outgoing calls
no test coverage detected