mirror of
https://github.com/nasa/openmct.git
synced 2024-12-30 18:06:59 +00:00
[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:
parent
ed454df97d
commit
86daad5fbd
@ -23,11 +23,8 @@
|
|||||||
/*global define */
|
/*global define */
|
||||||
|
|
||||||
define(
|
define(
|
||||||
[
|
[ "./CopyTask" ],
|
||||||
"uuid",
|
function (CopyTask) {
|
||||||
"./CopyTask"
|
|
||||||
],
|
|
||||||
function (uuid, CopyTask) {
|
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user