mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 17:57:04 +00:00
[Plugins] Add missing function keyword
This commit is contained in:
parent
077f076c43
commit
fa28393c14
@ -33,7 +33,7 @@ define([
|
|||||||
utcTimeSystem: 'platform/features/conductor/utcTimeSystem'
|
utcTimeSystem: 'platform/features/conductor/utcTimeSystem'
|
||||||
};
|
};
|
||||||
|
|
||||||
var plugins = _(bundleMap).map(pluginName, bundleName) {
|
var plugins = _(bundleMap).map(function (pluginName, bundleName) {
|
||||||
return function (openmct) {
|
return function (openmct) {
|
||||||
openmct.legacyRegistry.enable(bundleName);
|
openmct.legacyRegistry.enable(bundleName);
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user