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