make eslint happy
This commit is contained in:
parent
ecb65c9171
commit
3e143435e6
14 changed files with 120 additions and 103 deletions
|
|
@ -9,7 +9,7 @@ define(["tablesort", "tablesort.numeric"], function (Tablesort) {
|
|||
}
|
||||
|
||||
self.setData = function (links) {
|
||||
if (links.length == 0)
|
||||
if (links.length === 0)
|
||||
return
|
||||
|
||||
var h2 = document.createElement("h2")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue