Fixing bundle load issues

This commit is contained in:
Henry
2016-01-14 17:32:59 -08:00
parent 032b2542f0
commit 7a563b80ee
3 changed files with 5 additions and 9 deletions

View File

@@ -27,10 +27,9 @@
define(
[
'./CreateWizard',
'uuid',
'../../../edit/src/objects/EditableDomainObject'
],
function (CreateWizard, uuid, EditableDomainObject) {
function (CreateWizard, EditableDomainObject) {
"use strict";
/**