[API Refactor] Move uuid dependency out of top-level

This commit is contained in:
Victor Woeltjen
2016-01-13 12:33:22 -08:00
parent 86daad5fbd
commit 45142e03dc
3 changed files with 3 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
/*global define*/
define(
["uuid", "./Identifier"],
["../../lib/uuid", "./Identifier"],
function (uuid, Identifier) {
'use strict';