make eslint happy

This commit is contained in:
Nils Schneider 2015-03-29 16:14:10 +02:00
commit 3e143435e6
14 changed files with 120 additions and 103 deletions

View file

@ -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")