Skip to content

Commit 822bfcb

Browse files
committed
fix: remove unused variable
1 parent 004525a commit 822bfcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/script-view.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ export default class ScriptView extends MessagePanelView {
3434
parsePositionConfig(value) {
3535
// Get the configured position of the view as one of the
3636
// valid values of the MessagePanelView.position parameter.
37-
let position;
3837
switch (value) {
3938
case 'Top':
4039
return 'top';

0 commit comments

Comments
 (0)