From 845eaaab67e9028ac7973bd296c86a631f3d3799 Mon Sep 17 00:00:00 2001 From: Tim Tucker Date: Fri, 31 Aug 2012 17:45:15 -0300 Subject: [PATCH] Update media/src/api/api.methods.js Properly select every nth row for adding classes --- media/src/api/api.methods.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media/src/api/api.methods.js b/media/src/api/api.methods.js index 063e71f5..7ca7f29b 100644 --- a/media/src/api/api.methods.js +++ b/media/src/api/api.methods.js @@ -1,4 +1,3 @@ - /** * Perform a jQuery selector action on the table's TR elements (from the tbody) and * return the resulting jQuery object. @@ -575,7 +574,7 @@ this.fnDestroy = function ( bRemove ) var anRows = $(nBody).children('tr'); for ( i=0 ; i