mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 07:08:12 +00:00
[API] Fix paths for legacyRegistry
This commit is contained in:
@ -21,7 +21,7 @@
|
||||
*****************************************************************************/
|
||||
/*global define, window, requirejs*/
|
||||
|
||||
define(['./BundleRegistry'], function (BundleRegistry) {
|
||||
define(['src/BundleRegistry'], function (BundleRegistry) {
|
||||
'use strict';
|
||||
return new BundleRegistry();
|
||||
});
|
Reference in New Issue
Block a user