URI:
       tooltipxhr: update README - jscancer - Javascript crap (relatively small)
  HTML git clone git://git.codemadness.org/jscancer
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit afcb92029e07859292909593fa69e0a7aa31c436
   DIR parent a483eaff4722585813a1e64dedde3fa3d2e66b4a
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu,  2 Jun 2016 18:38:00 +0200
       
       tooltipxhr: update README
       
       support IE10+, remove compat from example
       
       Diffstat:
         M tooltipxhr/README                   |       5 ++---
         M tooltipxhr/example.html             |       1 -
       
       2 files changed, 2 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/tooltipxhr/README b/tooltipxhr/README
       @@ -16,7 +16,7 @@ FEATURES
        - Officially supported browsers are:
          - Firefox and Firefox ESR.
          - Chrome and most recent webkit-based browsers.
       -  - IE8+ (use compat.js).
       +  - IE10+.
        
        
        USAGE
       @@ -26,8 +26,7 @@ USAGE
        EXAMPLES
        --------
        
       -See example.html and style.css for an example. A stylesheet file style.css
       -is also included.
       +See example.html and tooltipxhr.css for an example.
        
        
        Author
   DIR diff --git a/tooltipxhr/example.html b/tooltipxhr/example.html
       @@ -253,7 +253,6 @@
        </tbody>
        </table>
        
       -<!--[if lte IE 8]><script type="text/javascript" src="../compat.js"></script><![endif]-->
        <script type="text/javascript" src="tooltipxhr.js"></script>
        
        </body>