mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-28 02:25:46 +01:00
Merge default.
--HG-- branch : groups
This commit is contained in:
@@ -1012,7 +1012,7 @@ var Timer = Class("Timer", {
|
||||
|
||||
notify: function (timer, force) {
|
||||
try {
|
||||
if (util.rehashing || typeof util === "undefined" || !force && this.doneAt == 0)
|
||||
if (loaded.util && util.rehashing || typeof util === "undefined" || !force && this.doneAt == 0)
|
||||
return;
|
||||
|
||||
this._timer.cancel();
|
||||
|
||||
Reference in New Issue
Block a user