remove out-dated TODO items - jscancer - Javascript crap (relatively small)
 (HTM) git clone git://git.codemadness.org/jscancer
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 2dc2ff65e8d107b5c47a30036797cbbdec01386e
 (DIR) parent a7942f7578eae5031a1baa6867ee20631ac2226a
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Tue, 30 May 2017 22:31:43 +0200
       
       remove out-dated TODO items
       
       Diffstat:
         M datalist/TODO                       |       2 --
         M datepicker/TODO                     |       7 -------
         M tooltipxhr/TODO                     |       5 -----
       
       3 files changed, 0 insertions(+), 14 deletions(-)
       ---
 (DIR) diff --git a/datalist/TODO b/datalist/TODO
       @@ -1,2 +0,0 @@
       -- update examples.
       -- improve README and documentation.
 (DIR) diff --git a/datepicker/TODO b/datepicker/TODO
       @@ -1,7 +0,0 @@
       -? autocorrect: 2015-1-1 to 2015-01-01 etc?
       -? position: fixed incorrect for pages with height bigger than screen?
       -        position: absolute?
       -        if datepicker outside window scroll to it?
       -? fix absolute position of datepicker.
       -  ? position fixed?
       -? add some hotkeys.
 (DIR) diff --git a/tooltipxhr/TODO b/tooltipxhr/TODO
       @@ -1,5 +0,0 @@
       -? limit mousemove event rate, slow on my laptop.
       -? don't use hardcoded scrollbar width and height (16px).
       -
       -x mouseover tooltip offset at bottom differs from mouseover.
       -x tooltip does not work anymore on bottom of window (position()?).