mirror of
https://github.com/nasa/openmct.git
synced 2025-05-30 14:14:19 +00:00
[Plugins] Add missing paren
This commit is contained in:
parent
fa28393c14
commit
36b5197733
@ -37,7 +37,7 @@ define([
|
|||||||
return function (openmct) {
|
return function (openmct) {
|
||||||
openmct.legacyRegistry.enable(bundleName);
|
openmct.legacyRegistry.enable(bundleName);
|
||||||
};
|
};
|
||||||
};
|
});
|
||||||
|
|
||||||
plugins.CouchDB = function (url) {
|
plugins.CouchDB = function (url) {
|
||||||
return function (openmct) {
|
return function (openmct) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user