Fixes to enable testing by third party applications (#2523)

* Initial commit of telemetry table spec

* Fix errors found by running Open MCT app headless

* Do not double install import-export plugin

* Changes to allow Open MCT to be initialized more than once without binding to window.document

* Remove table spec accidentally added
This commit is contained in:
Andrew Henry
2019-10-21 10:24:46 -07:00
committed by Deep Tailor
parent 7477536478
commit 4414161faf
7 changed files with 17 additions and 16 deletions

View File

@@ -72,7 +72,6 @@ define([
]
}
});
openmct.legacyRegistry.enable('platform/import-export');
};
};
});