mirror of
https://github.com/nasa/openmct.git
synced 2025-05-02 08:43:17 +00:00
[Code Style] Begin refactoring forms bundle
WTD-1482
This commit is contained in:
parent
6302eee17e
commit
1c187c3914
@ -83,20 +83,16 @@ define(
|
|||||||
GROUPS.push(group);
|
GROUPS.push(group);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function ColorController() {
|
function ColorController() {
|
||||||
if (GROUPS.length === 0) {
|
if (GROUPS.length === 0) {
|
||||||
initializeGroups();
|
initializeGroups();
|
||||||
}
|
}
|
||||||
|
|
||||||
return {
|
|
||||||
groups: function () {
|
|
||||||
return GROUPS;
|
|
||||||
}
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ColorController.prototype.groups = function () {
|
||||||
|
return GROUPS;
|
||||||
|
};
|
||||||
|
|
||||||
return ColorController;
|
return ColorController;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user