mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 14:07:50 +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 */
|
||||
|
||||
define(
|
||||
[
|
||||
"uuid",
|
||||
"./CopyTask"
|
||||
],
|
||||
function (uuid, CopyTask) {
|
||||
[ "./CopyTask" ],
|
||||
function (CopyTask) {
|
||||
"use strict";
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user