Skip to content
Snippets Groups Projects
Commit dded054f authored by Arkerthan's avatar Arkerthan
Browse files

cleanup optionsGroup.js

parent e2fe55d5
No related branches found
No related tags found
1 merge request!8721Fixes
......@@ -388,7 +388,7 @@ App.UI.OptionsGroup = (function() {
}
}
return class {
return class OptionsGroup {
constructor() {
/**
* @type {Array<Row>}
......@@ -398,7 +398,7 @@ App.UI.OptionsGroup = (function() {
}
/**
* @returns {App.UI.OptionsGroup}
* @returns {OptionsGroup}
*/
enableDoubleColumn() {
this.doubleColumn = true;
......@@ -457,7 +457,7 @@ App.UI.OptionsGroup = (function() {
}
for (/** @type {Row} */ const row of this.rows) {
row.render(container, this.doubleColumn);
row.render(container);
}
return container;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment