nodelist/linklist: sortable tables
This commit is contained in:
parent
aae9d4253e
commit
88bc4aafc5
4 changed files with 174 additions and 146 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue