[Plugins] Expose My Items plugin

This commit is contained in:
Victor Woeltjen 2016-12-23 13:01:22 -08:00
parent 94194ff675
commit f1870e286d

View File

@ -25,6 +25,9 @@ define([
return { return {
localStorage: function (openmct) { localStorage: function (openmct) {
openmct.legacyRegistry.enable('platform/persistence/local'); openmct.legacyRegistry.enable('platform/persistence/local');
},
myItems: function (openmct) {
openmct.legacyRegistry.enable('platform/features/my-items');
} }
}; };
}); });