[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 */
|
||||
|
||||
define(
|
||||
[
|
||||
"uuid",
|
||||
"./CopyTask"
|
||||
],
|
||||
function (uuid, CopyTask) {
|
||||
[ "./CopyTask" ],
|
||||
function (CopyTask) {
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user