Skip to content

Commit ea0880f

Browse files
committed
[O2B-1502] Code cleanup
1 parent 9b67281 commit ea0880f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

lib/public/components/Filters/LhcFillsFilter/StableBeamFilterModel.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
import { SelectionModel } from '../../common/selection/SelectionModel.js';
1515

1616
/**
17-
* Stable beam filter filter model
17+
* Stable beam filter model
1818
* Holds true or false value
1919
*/
2020
export class StableBeamFilterModel extends SelectionModel {
2121
/**
2222
* Constructor
23-
* @param {boolean} value if true sets the filter's starting value to be true.
2423
*/
2524
constructor() {
2625
super({ availableOptions: [{ value: true }, { value: false }],

0 commit comments

Comments
 (0)