[API] Expose browse through legacy registry

This commit is contained in:
Victor Woeltjen
2016-01-06 17:54:56 -08:00
parent b87dd5def6
commit 612dd7db2c
4 changed files with 215 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ define(function () {
this.bundles = {};
}
BundleRegistry.prototype.registry = function (path, definition) {
BundleRegistry.prototype.register = function (path, definition) {
this.bundles[path] = definition;
};