[API] Dedocument Selection

...and add a description to MCT#conductor
This commit is contained in:
Victor Woeltjen 2016-09-06 16:07:49 -07:00
parent 82e5b009e8
commit 69a500bf44

View File

@ -38,16 +38,11 @@ define([
]
} };
/**
*
* @type {module:openmct.Selection}
* @memberof module:openmct.MCT#
* @name selection
*/
this.selection = new Selection();
/**
*
* MCT's time conductor, which may be used to synchronize view contents
* for telemetry- or time-based views.
* @type {module:openmct.TimeConductor}
* @memberof module:openmct.MCT#
* @name conductor