1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 04:54:10 +01:00

Closes issue 349.

This commit is contained in:
Kris Maglione
2011-02-03 19:34:57 -05:00
parent e3e7586aac
commit 6d5a7b0849
2 changed files with 6 additions and 3 deletions

View File

@@ -998,6 +998,7 @@ var CommandLine = Module("commandline", {
},
cleanup: function () {
dactyl.unregisterObserver("events.doneFeeding", this.closure.onDoneFeeding);
this.previewClear();
this.tabTimer.reset();
this.autocompleteTimer.reset();