[API] Fix paths for legacyRegistry

This commit is contained in:
Victor Woeltjen
2016-01-06 17:50:05 -08:00
parent a39e8e44f0
commit b87dd5def6
2 changed files with 12 additions and 5 deletions

View File

@ -21,7 +21,7 @@
*****************************************************************************/
/*global define, window, requirejs*/
define(['./BundleRegistry'], function (BundleRegistry) {
define(['src/BundleRegistry'], function (BundleRegistry) {
'use strict';
return new BundleRegistry();
});