[API] Reference EventEmitter

This commit is contained in:
Victor Woeltjen 2016-09-02 15:03:12 -07:00
parent f06f714bdc
commit 5743eeb33a

View File

@ -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);