[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:
Victor Woeltjen 2016-01-13 12:22:44 -08:00
parent ed454df97d
commit 86daad5fbd

View File

@ -23,11 +23,8 @@
/*global define */
define(
[
"uuid",
"./CopyTask"
],
function (uuid, CopyTask) {
[ "./CopyTask" ],
function (CopyTask) {
"use strict";
/**