1
0
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:
Kris Maglione
2011-02-07 01:09:33 -05:00
parent 9189715e9c
commit 76aaf150fa
5 changed files with 37 additions and 14 deletions

View File

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