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:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user