1
0
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:
Doug Kearns
2010-11-13 14:22:28 +11:00
parent 6425fbd2dd
commit b6cca65f3f

View File

@@ -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",