mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:17:59 +01:00
Fix heredocs from :so
This commit is contained in:
@@ -59,7 +59,7 @@ liberator.util = { //{{{
|
||||
timer.cancel();
|
||||
|
||||
let timeout = minInterval;
|
||||
if (now > this.doneAt)
|
||||
if (now > this.doneAt && this.doneAt > -1)
|
||||
timeout = 0;
|
||||
else if (this.latest)
|
||||
timeout = Math.min(minInterval, this.latest - now);
|
||||
|
||||
Reference in New Issue
Block a user