1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-06 15:04:13 +01:00

Poke iterator stuff more.

This commit is contained in:
Kris Maglione
2014-02-17 22:03:57 -08:00
parent 1963b49ab0
commit f0a4e74679
2 changed files with 5 additions and 18 deletions

View File

@@ -121,8 +121,6 @@ var StatusLine = Module("statusline", {
},
cleanup: function cleanup(reason) {
util.dump("CLEANUP " + reason);
util.dump(this.statusBar.id, document.getElementById(this.statusBar.id));
if (reason != "unload" && "CustomizableUI" in window)
CustomizableUI.unregisterArea(this.statusBar.id, false);
},