From e9cac6eff3d88a7524edfddcb864a212aa716440 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 26 May 2016 11:57:07 -0700 Subject: [PATCH] [Timeline] Add JSDoc for new parameter https://github.com/nasa/openmct/pull/962#discussion_r64677520 --- platform/features/timeline/src/actions/TimelineColumnizer.js | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/features/timeline/src/actions/TimelineColumnizer.js b/platform/features/timeline/src/actions/TimelineColumnizer.js index 011e87df9e..92e54b1860 100644 --- a/platform/features/timeline/src/actions/TimelineColumnizer.js +++ b/platform/features/timeline/src/actions/TimelineColumnizer.js @@ -65,6 +65,7 @@ define([ * * @param {DomainObject[]} domainObjects the objects to include * in the exported data + * @param {Array} resources an array of `resources` extensions * @constructor * @memberof {platform/features/timeline} */