[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/imagery',
'example/eventGenerator', 'example/eventGenerator',
'example/generator', 'example/generator'
'platform/features/my-items',
'platform/persistence/local'
].forEach( ].forEach(
openmct.legacyRegistry.enable.bind(openmct.legacyRegistry) openmct.legacyRegistry.enable.bind(openmct.legacyRegistry)
); );
openmct.install(openmct.plugins.myItems);
openmct.install(openmct.plugins.localStorage);
openmct.install(openmct.plugins.espresso);
openmct.start(); openmct.start();
}); });
</script> </script>