From bd796f2bebf9ff97c44b1d1a6e374b0a1c38c1de Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 1 Sep 2016 14:44:24 -0700 Subject: [PATCH] [API] Simple constructor documentation --- src/MCT.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/MCT.js b/src/MCT.js index 0da6aef563..38127221d6 100644 --- a/src/MCT.js +++ b/src/MCT.js @@ -19,9 +19,8 @@ define([ ) { /** - * The Open MCT application, an instance of which is exported - * by the `mct` module, or exposed as `mct` in the global scope if - * loaded via a script tag. + * The Open MCT application. + * @constructor * @memberof module:openmct */