[Selection] Export openmct from main.js

This commit is contained in:
Victor Woeltjen 2016-09-23 15:16:32 -07:00
parent c411f8fbe3
commit e83e0da521

View File

@ -113,4 +113,5 @@ define([
openmct.on('start', function () {
return new Main().run(legacyRegistry);
});
return openmct;
});