[API] Expose browse through legacy registry
This commit is contained in:
@@ -28,7 +28,7 @@ define(function () {
|
||||
this.bundles = {};
|
||||
}
|
||||
|
||||
BundleRegistry.prototype.registry = function (path, definition) {
|
||||
BundleRegistry.prototype.register = function (path, definition) {
|
||||
this.bundles[path] = definition;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user