mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:18:00 +01:00
Fix renaming issue.
This commit is contained in:
@@ -443,7 +443,7 @@ var CommandExMode = Class("CommandExMode", CommandMode, {
|
||||
});
|
||||
|
||||
var CommandPromptMode = Class("CommandPromptMode", CommandMode, {
|
||||
init: function CPM_init(prompt, params) {
|
||||
init: function init(prompt, params) {
|
||||
this.prompt = isArray(prompt) ? prompt : ["Question", prompt];
|
||||
update(this, params);
|
||||
init.supercall(this);
|
||||
|
||||
Reference in New Issue
Block a user