mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 21:08:12 +01:00
Refactor commandline.command.
This commit is contained in:
@@ -1017,8 +1017,10 @@ function CommandLine() //{{{
|
||||
// completion preview.
|
||||
return commandWidget.inputField.editor.rootElement.firstChild.textContent;
|
||||
}
|
||||
catch (e) {}
|
||||
catch (e)
|
||||
{
|
||||
return commandWidget.value;
|
||||
}
|
||||
},
|
||||
set command(cmd) commandWidget.value = cmd,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user