1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 06:48:00 +01:00

Move things to the buffer instance that have no business being in the buffer class.

This commit is contained in:
Kris Maglione
2011-01-09 12:48:54 -05:00
parent 1464c6fe37
commit a2e6e655c7
4 changed files with 128 additions and 187 deletions

View File

@@ -944,7 +944,8 @@ var Util = Module("Util", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference]),
}
},
"dactyl-purge": function () {
this.rehashing = true;
this.rehashing = 1;
JSMLoader.purge();
},
"toplevel-window-ready": function (window, data) {
window.addEventListener("DOMContentLoaded", wrapCallback(function listener(event) {