mirror of
https://github.com/nasa/openmct.git
synced 2025-01-19 19:27:07 +00:00
[JSDoc] Remove obsolete module references
WTD-1482.
This commit is contained in:
parent
31eb366e7f
commit
a7a1ac70e5
@ -39,7 +39,6 @@ define(
|
||||
* @param {ActionContext} context the context in which this action is performed
|
||||
* @memberof platform/commonUI/edit
|
||||
* @constructor
|
||||
* @memberof module:editor/actions/remove-action
|
||||
*/
|
||||
function RemoveAction($q, context) {
|
||||
var object = (context || {}).domainObject;
|
||||
|
@ -57,7 +57,6 @@ define(
|
||||
* definitions for this type.
|
||||
* @memberof platform/core
|
||||
* @constructor
|
||||
* @memberof module:core/type/type-provider
|
||||
*/
|
||||
function TypeProvider(types) {
|
||||
var rawTypeDefinitions = types,
|
||||
|
Loading…
Reference in New Issue
Block a user