[API Refactor] Remove obsolete UUID dependency
...in association with cleanup of requirejs config, https://github.com/nasa/openmctweb/pull/469/files#r49642503
This commit is contained in:
@@ -23,11 +23,8 @@
|
|||||||
/*global define */
|
/*global define */
|
||||||
|
|
||||||
define(
|
define(
|
||||||
[
|
[ "./CopyTask" ],
|
||||||
"uuid",
|
function (CopyTask) {
|
||||||
"./CopyTask"
|
|
||||||
],
|
|
||||||
function (uuid, CopyTask) {
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user