Refactored some CopyService functions out to CopyTask

This commit is contained in:
Henry
2015-11-05 16:39:46 -08:00
parent aa2a835cb1
commit e1c6c76612
3 changed files with 13 additions and 19 deletions

View File

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