1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 16:32:27 +01:00

Fix renaming issue.

This commit is contained in:
Kris Maglione
2011-04-05 00:33:47 -04:00
parent e926226437
commit 476fe51cd3

View File

@@ -443,7 +443,7 @@ var CommandExMode = Class("CommandExMode", CommandMode, {
}); });
var CommandPromptMode = Class("CommandPromptMode", CommandMode, { var CommandPromptMode = Class("CommandPromptMode", CommandMode, {
init: function CPM_init(prompt, params) { init: function init(prompt, params) {
this.prompt = isArray(prompt) ? prompt : ["Question", prompt]; this.prompt = isArray(prompt) ? prompt : ["Question", prompt];
update(this, params); update(this, params);
init.supercall(this); init.supercall(this);