[Pkg-mozext-commits] [itsalltext] 36/459: Added another todo

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository itsalltext.

commit 1795cedbf559adb3f85f6e3b7dee5854770eb6ff
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Wed Dec 27 15:14:03 2006 -0500

    Added another todo
---
 chrome/content/itsalltext.js | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/chrome/content/itsalltext.js b/chrome/content/itsalltext.js
index b2ef4fd..4c6139e 100644
--- a/chrome/content/itsalltext.js
+++ b/chrome/content/itsalltext.js
@@ -596,6 +596,10 @@ function ItsAllTextOverlay() {
         lasttime = new Date().valueOf();
         cron[id] = lasttime;
         setTimeout(cronjob, that.getRefresh());
+        /* @todo replace complicated setTimeout system with setinterval */
+        // example:
+        // var ourInterval = setInterval(functionhere, 1000);
+        // clearInterval(ourInterval);
       }
     };
     cronjob();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git



More information about the Pkg-mozext-commits mailing list