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