1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-22 01:25:48 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-10-03 18:14:49 +00:00
parent 7521ef4bf1
commit 268395a0fc
3 changed files with 3 additions and 3 deletions

View File

@@ -34,7 +34,7 @@ liberator.util = { //{{{
.createInstance(Components.interfaces.nsITimer);
this.doneAt = 0;
this.latest = 0;
this.notify = function (aTimer)
this.notify = function (aTimer)
{
timer.cancel();
this.doneAt = Date.now() + minInterval;