nodelist/linklist: sortable tables

This commit is contained in:
Nils Schneider 2015-04-07 17:41:17 +02:00
commit 88bc4aafc5
4 changed files with 174 additions and 146 deletions

View file

@ -19,7 +19,8 @@ module.exports = function (grunt) {
"strict": [2, "never"],
"no-multi-spaces": 0,
"no-new": 0,
"no-shadow": 0
"no-shadow": 0,
"no-use-before-define": [1, "nofunc"]
}
},
sources: {