diff --git a/platform/commonUI/edit/src/actions/RemoveAction.js b/platform/commonUI/edit/src/actions/RemoveAction.js index b19dff31a2..9c64da9b7a 100644 --- a/platform/commonUI/edit/src/actions/RemoveAction.js +++ b/platform/commonUI/edit/src/actions/RemoveAction.js @@ -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; diff --git a/platform/core/src/types/TypeProvider.js b/platform/core/src/types/TypeProvider.js index f321cdc0ef..a55c834da8 100644 --- a/platform/core/src/types/TypeProvider.js +++ b/platform/core/src/types/TypeProvider.js @@ -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,