mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 01:57:58 +01:00
Add missing semicolon.
This commit is contained in:
@@ -52,7 +52,7 @@ const CommandWidgets = Class("CommandWidgets", {
|
|||||||
if (!elem.collapsed)
|
if (!elem.collapsed)
|
||||||
elem.focus();
|
elem.focus();
|
||||||
},
|
},
|
||||||
onVisibility: function (elem, visible) { visible && elem.focus() }
|
onVisibility: function (elem, visible) { visible && elem.focus(); }
|
||||||
});
|
});
|
||||||
this.addElement({
|
this.addElement({
|
||||||
name: "prompt",
|
name: "prompt",
|
||||||
|
|||||||
Reference in New Issue
Block a user