Skip to content
This repository has been archived by the owner on Dec 8, 2024. It is now read-only.

Commit

Permalink
Removed the argument cols that is being passed.
Browse files Browse the repository at this point in the history
Removed the parameter `cols` that is being passed as `loadData()` function expects zero arguments
  • Loading branch information
vindu939 authored Mar 25, 2018
1 parent bc84c31 commit adebfa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/assets/sorter.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ var addSorting = (function () {
return;
}
cols = loadColumns();
loadData(cols);
loadData();
addSortIndicators();
enableUI();
};
Expand Down

0 comments on commit adebfa1

Please sign in to comment.