[Code Style] Begin refactoring forms bundle
WTD-1482
This commit is contained in:
@@ -83,20 +83,16 @@ define(
|
||||
GROUPS.push(group);
|
||||
}
|
||||
|
||||
|
||||
|
||||
function ColorController() {
|
||||
if (GROUPS.length === 0) {
|
||||
initializeGroups();
|
||||
}
|
||||
|
||||
return {
|
||||
groups: function () {
|
||||
return GROUPS;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
ColorController.prototype.groups = function () {
|
||||
return GROUPS;
|
||||
};
|
||||
|
||||
return ColorController;
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user