[API] No, don't enable bundles by default

This commit is contained in:
Victor Woeltjen 2016-09-30 17:12:42 -07:00
parent 219c9348d9
commit c762d58b5a

View File

@ -32,7 +32,6 @@ define(function () {
throw new Error('Cannot register bundle with duplicate path', path);
}
this.knownBundles[path] = definition;
this.enable(path);
};
BundleRegistry.prototype.enable = function (path) {