From 987d98b47e2aa955d5af66f2989683a1a0983dc4 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 29 Sep 2016 16:37:57 -0700 Subject: [PATCH] [API] Restore JSDoc for openmct module --- src/openmct.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/openmct.js b/src/openmct.js index a21a85b266..3568624638 100644 --- a/src/openmct.js +++ b/src/openmct.js @@ -43,6 +43,15 @@ define([ OverlayManager, ViewRegistry ) { + + /** + * Open MCT is an extensible web application for building mission + * control user interfaces. This module is itself an instance of + * [MCT]{@link module:openmct.MCT}, which provides an interface for + * configuring and executing the application. + * + * @exports openmct + */ var openmct = new MCT(); var overlayManager = new OverlayManager(window.document.body); var actionRegistry = new Registry();