Skip to content

Commit ee72c3f

Browse files
committed
fixing lint errors
1 parent 3e1d206 commit ee72c3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

electron/app/js/wktWindow.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -592,17 +592,17 @@ class WktAppMenu {
592592
{
593593
id: 'resetZoom',
594594
enabled: !this._hasOpenDialog,
595-
role: "resetZoom"
595+
role: 'resetZoom'
596596
},
597597
{
598598
id: 'zoomIn',
599599
enabled: !this._hasOpenDialog,
600-
role: "zoomIn"
600+
role: 'zoomIn'
601601
},
602602
{
603603
id: 'zoomOut',
604604
enabled: !this._hasOpenDialog,
605-
role: "zoomOut"
605+
role: 'zoomOut'
606606
},
607607
]
608608
},

0 commit comments

Comments
 (0)