Skip to content

Commit b4b4603

Browse files
crokitarenonick87
andauthored
Apply suggestions from code review
Co-authored-by: renonick87 <nick@livioradio.com>
1 parent d5eefd7 commit b4b4603

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/js/src/manager/screen/menu/enums/DynamicMenuUpdatesMode.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ import { Enum } from '../../../../util/Enum.js';
4040
class DynamicMenuUpdatesMode extends Enum {
4141
/**
4242
* Constructor for DynamicMenuUpdatesMode.
43-
* Cell state that tells the menu manager what it should do with a given MenuCell
4443
* @class
4544
*/
4645
constructor () {

lib/js/src/manager/screen/menu/enums/_MenuCellState.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ class _MenuCellState extends Enum {
4141
/**
4242
* Constructor for _MenuCellState.
4343
* @class
44+
* Cell state that tells the menu manager what it should do with a given MenuCell
4445
*/
4546
constructor () {
4647
super();

0 commit comments

Comments
 (0)