mirror of
https://github.com/nasa/openmct.git
synced 2025-05-30 14:14:19 +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
|
* @param {ActionContext} context the context in which this action is performed
|
||||||
* @memberof platform/commonUI/edit
|
* @memberof platform/commonUI/edit
|
||||||
* @constructor
|
* @constructor
|
||||||
* @memberof module:editor/actions/remove-action
|
|
||||||
*/
|
*/
|
||||||
function RemoveAction($q, context) {
|
function RemoveAction($q, context) {
|
||||||
var object = (context || {}).domainObject;
|
var object = (context || {}).domainObject;
|
||||||
|
@ -57,7 +57,6 @@ define(
|
|||||||
* definitions for this type.
|
* definitions for this type.
|
||||||
* @memberof platform/core
|
* @memberof platform/core
|
||||||
* @constructor
|
* @constructor
|
||||||
* @memberof module:core/type/type-provider
|
|
||||||
*/
|
*/
|
||||||
function TypeProvider(types) {
|
function TypeProvider(types) {
|
||||||
var rawTypeDefinitions = types,
|
var rawTypeDefinitions = types,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user