mirror of
https://github.com/nasa/openmct.git
synced 2024-12-24 15:26:39 +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?
|
* or registering extensions before the application is started. Foo?
|
||||||
* @class MCT
|
* @class MCT
|
||||||
* @memberof module:openmct
|
* @memberof module:openmct
|
||||||
|
* @augments {EventEmitter}
|
||||||
*/
|
*/
|
||||||
function MCT() {
|
function MCT() {
|
||||||
EventEmitter.call(this);
|
EventEmitter.call(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user