mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
Disable legacy support in openmct dev (#4660)
Co-authored-by: Shefali Joshi <simplyrender@gmail.com>
This commit is contained in:
parent
38fec73a33
commit
936b88363c
@ -75,13 +75,6 @@
|
|||||||
const TWO_HOURS = ONE_HOUR * 2;
|
const TWO_HOURS = ONE_HOUR * 2;
|
||||||
const ONE_DAY = ONE_HOUR * 24;
|
const ONE_DAY = ONE_HOUR * 24;
|
||||||
|
|
||||||
openmct.install(openmct.plugins.LegacySupport());
|
|
||||||
|
|
||||||
[
|
|
||||||
'example/eventGenerator'
|
|
||||||
].forEach(
|
|
||||||
openmct.legacyRegistry.enable.bind(openmct.legacyRegistry)
|
|
||||||
);
|
|
||||||
|
|
||||||
openmct.install(openmct.plugins.LocalStorage());
|
openmct.install(openmct.plugins.LocalStorage());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user