[API] Document start event

This commit is contained in:
Victor Woeltjen 2016-09-06 09:47:06 -07:00
parent 2a3a61da86
commit 70abd5c1f9

View File

@ -193,9 +193,16 @@ define([
legacyRegistry.register('adapter', this.legacyBundle);
legacyRegistry.enable('adapter');
/**
* Fired by [MCT]{@link module:openmct.MCT} when the application
* is started.
* @event start
* @memberof module:openmct.MCT~
*/
this.emit('start');
};
/**
* Install a plugin in MCT.
*