URI:
       Revert "datatable: less LOC" - 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 75b7571cde3f25490a3042e346f508a4389bcba6
   DIR parent 1c2c73ba945539ba94fd9b7fceefd24347d76025
  HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu, 17 Aug 2017 19:03:54 +0200
       
       Revert "datatable: less LOC"
       
       This reverts commit 1c2c73ba945539ba94fd9b7fceefd24347d76025.
       
       Diffstat:
         M datatable/README                    |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/datatable/README b/datatable/README
       @@ -8,8 +8,8 @@ FEATURES
        --------
        
        - Small:
       -  - Filesize: +- 8.8KB.
       -  - Lines: +- 285, not much code, so hopefully easy to understand.
       +  - Filesize: +- 9.4KB.
       +  - Lines: +- 300, not much code, so hopefully easy to understand.
          - No dependencies on other libraries like jQuery.
        - Sorting on columns, multi-column support with shift-click.
        - Filtering values: case-insensitively, tokenized (separated by space).