1
0
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:
Kris Maglione
2011-02-17 05:07:27 -05:00
parent bd71135b08
commit cdd8c918ed

View File

@@ -772,9 +772,9 @@ var JavaScript = Module("javascript", {
accept: function accept() { accept: function accept() {
dactyl.trapErrors(function () { this.repl.addOutput(this.command) }, this); dactyl.trapErrors(function () { this.repl.addOutput(this.command) }, this);
this.updatePrompt();
this.completions.cleanup(); this.completions.cleanup();
this.history.save(); this.history.save();
this.updatePrompt();
modules.mow.resize(); modules.mow.resize();
}, },