1
0
Fork 0
mirror of https://github.com/koalyptus/TableFilter.git synced 2024-06-15 20:25:07 +02:00

Generated by grunt gh-pages

This commit is contained in:
Max Guglielmi 2016-04-30 21:11:26 +10:00
parent 2f12f648a8
commit 90ba2a4ec2

View file

@ -865,7 +865,7 @@
}
}
// Remove selected row index previously selected
// Remove row index previously selected
function removeRowIndex(selectedRows, rowIndex){
selectedRows.splice(selectedRows.indexOf(rowIndex), 1);
}