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