Skip to content

Commit

Permalink
fix jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
gotwarlost committed Jan 11, 2015
1 parent 2064e93 commit 7e15b02
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .jshintignore
@@ -1,4 +1,4 @@
lib/vendor
lib/assets/vendor
test/cli/sample-project
test/cli/sample-project-link
test/browser/support/vendor
Expand Down
4 changes: 2 additions & 2 deletions lib/assets/sorter.js
Expand Up @@ -84,7 +84,7 @@ var addSorting = (function () {
if (desc) {
finalSorter = function (a, b) {
return -1 * sorter(a, b);
}
};
}

for (i = 0; i < rowNodes.length; i += 1) {
Expand Down Expand Up @@ -141,7 +141,7 @@ var addSorting = (function () {
loadData(cols);
addSortIndicators();
enableUI();
}
};
})();

window.addEventListener('load', addSorting);

0 comments on commit 7e15b02

Please sign in to comment.