mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
[API] Reference EventEmitter
This commit is contained in:
parent
f06f714bdc
commit
5743eeb33a
@ -25,6 +25,7 @@ define([
|
||||
* or registering extensions before the application is started. Foo?
|
||||
* @class MCT
|
||||
* @memberof module:openmct
|
||||
* @augments {EventEmitter}
|
||||
*/
|
||||
function MCT() {
|
||||
EventEmitter.call(this);
|
||||
|
Loading…
Reference in New Issue
Block a user