[Timeline] Add JSDoc for new parameter

https://github.com/nasa/openmct/pull/962#discussion_r64677520
This commit is contained in:
Victor Woeltjen
2016-05-26 11:57:07 -07:00
parent 5689279954
commit e9cac6eff3

View File

@ -65,6 +65,7 @@ define([
* *
* @param {DomainObject[]} domainObjects the objects to include * @param {DomainObject[]} domainObjects the objects to include
* in the exported data * in the exported data
* @param {Array} resources an array of `resources` extensions
* @constructor * @constructor
* @memberof {platform/features/timeline} * @memberof {platform/features/timeline}
*/ */