mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 18:07:58 +01:00
Finish forgotten modification for last commit.
This commit is contained in:
@@ -772,9 +772,9 @@ var JavaScript = Module("javascript", {
|
||||
accept: function accept() {
|
||||
dactyl.trapErrors(function () { this.repl.addOutput(this.command) }, this);
|
||||
|
||||
this.updatePrompt();
|
||||
this.completions.cleanup();
|
||||
this.history.save();
|
||||
this.updatePrompt();
|
||||
|
||||
modules.mow.resize();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user