[Plugins] Install plugins for dev client

This commit is contained in:
Victor Woeltjen 2017-01-12 14:51:46 -08:00
parent eceaa38ed8
commit 6bf293f96b

View File

@ -32,12 +32,13 @@
[
'example/imagery',
'example/eventGenerator',
'example/generator',
'platform/features/my-items',
'platform/persistence/local'
'example/generator'
].forEach(
openmct.legacyRegistry.enable.bind(openmct.legacyRegistry)
);
openmct.install(openmct.plugins.myItems);
openmct.install(openmct.plugins.localStorage);
openmct.install(openmct.plugins.espresso);
openmct.start();
});
</script>