[API] Simplify type registration

https://github.com/nasa/openmct/pull/1302#discussion_r85417042
This commit is contained in:
Victor Woeltjen
2016-10-27 15:30:34 -07:00
parent 12333f3417
commit 9a0fcc045c
4 changed files with 16 additions and 17 deletions

View File

@ -21,7 +21,6 @@
*****************************************************************************/
define([
'./Type',
'./TimeConductor',
'./objects/ObjectAPI',
'./composition/CompositionAPI',
@ -30,7 +29,6 @@ define([
'./ui/GestureAPI',
'./telemetry/TelemetryAPI'
], function (
Type,
TimeConductor,
ObjectAPI,
CompositionAPI,
@ -40,7 +38,6 @@ define([
TelemetryAPI
) {
return {
Type: Type,
TimeConductor: TimeConductor,
ObjectAPI: ObjectAPI,
CompositionAPI: CompositionAPI,