[JSDoc] Remove obsolete module references

WTD-1482.
This commit is contained in:
Victor Woeltjen 2015-08-07 12:14:40 -07:00
parent 31eb366e7f
commit a7a1ac70e5
2 changed files with 0 additions and 2 deletions

View File

@ -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;

View File

@ -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,