mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 16:10:23 +00:00
[ObjectAPI] Draft new Object API
Rought prototype of new object API.
This commit is contained in:
@ -1,8 +1,13 @@
|
||||
define([
|
||||
'EventEmitter',
|
||||
'legacyRegistry',
|
||||
'./api/api'
|
||||
], function (EventEmitter, legacyRegistry, api) {
|
||||
'./api/api',
|
||||
'./api/objects/bundle'
|
||||
], function (
|
||||
EventEmitter,
|
||||
legacyRegistry,
|
||||
api
|
||||
) {
|
||||
function MCT() {
|
||||
EventEmitter.call(this);
|
||||
this.legacyBundle = { extensions: {} };
|
||||
|
Reference in New Issue
Block a user