mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 21:27:52 +00:00
[API] No, don't enable bundles by default
This commit is contained in:
parent
219c9348d9
commit
c762d58b5a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user