1
0
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:
Kris Maglione
2011-02-10 23:45:39 -05:00
parent 30e2971424
commit 43a27346bd
5 changed files with 20 additions and 11 deletions

View File

@@ -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();