mirror of
https://github.com/nasa/openmct.git
synced 2025-06-13 04:38:15 +00:00
[JSDoc] Add annotations
Bulk-add JSDoc annotations, WTD-1482.
This commit is contained in:
@ -46,6 +46,7 @@ define(
|
||||
* of name, except this will be made available in the
|
||||
* parent scope.
|
||||
*
|
||||
* @memberof platform/forms
|
||||
* @constructor
|
||||
*/
|
||||
function MCTForm() {
|
||||
@ -82,4 +83,4 @@ define(
|
||||
|
||||
return MCTForm;
|
||||
}
|
||||
);
|
||||
);
|
||||
|
Reference in New Issue
Block a user