mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-17 04:33:32 +01:00
Release 1.0 βeta 4.
This commit is contained in:
@@ -250,7 +250,7 @@ var Overlay = Module("Overlay", {
|
||||
deferredInit["load"].forEach(call);
|
||||
modules.times = update({}, defineModule.times);
|
||||
|
||||
util.dump("Loaded in " + (Date.now() - start) + "ms");
|
||||
defineModule.loadLog.push("Loaded in " + (Date.now() - start) + "ms");
|
||||
|
||||
modules.events.addSessionListener(window, "unload", function onUnload() {
|
||||
window.removeEventListener("unload", onUnload.wrapped, false);
|
||||
|
||||
Reference in New Issue
Block a user