diff --git a/media/js/jquery.dataTables.js b/media/js/jquery.dataTables.js index 155a48bc..d7d7dff2 100644 --- a/media/js/jquery.dataTables.js +++ b/media/js/jquery.dataTables.js @@ -154,9 +154,9 @@ "sPageNext": "next", "sPageLast": "last", - /* Stripping classes */ - "sStripOdd": "odd", - "sStripEven": "even", + /* Striping classes */ + "sStripeOdd": "odd", + "sStripeEven": "even", /* Empty row */ "sRowEmpty": "dataTables_empty", @@ -220,9 +220,9 @@ "sPageNext": "next", "sPageLast": "last ui-corner-tr ui-corner-br", - /* Stripping classes */ - "sStripOdd": "odd", - "sStripEven": "even", + /* Striping classes */ + "sStripeOdd": "odd", + "sStripeEven": "even", /* Empty row */ "sRowEmpty": "dataTables_empty", @@ -1085,22 +1085,22 @@ this.aaSortingFixed = null; /* - * Variable: asStripClasses + * Variable: asStripeClasses * Purpose: Classes to use for the striping of a table * Scope: jQuery.dataTable.classSettings */ - this.asStripClasses = []; + this.asStripeClasses = []; /* - * Variable: asDestroyStrips - * Purpose: If restoring a table - we should restore it's striping classes as well + * Variable: asDestroyStripes + * Purpose: If restoring a table - we should restore its striping classes as well * Scope: jQuery.dataTable.classSettings */ - this.asDestroyStrips = []; + this.asDestroyStripes = []; /* * Variable: sDestroyWidth - * Purpose: If restoring a table - we should restore it's width + * Purpose: If restoring a table - we should restore its width * Scope: jQuery.dataTable.classSettings */ this.sDestroyWidth = 0; @@ -2198,7 +2198,7 @@ oSettings.aaSortingFixed = []; _fnSortingClasses( oSettings ); - $(_fnGetTrNodes( oSettings )).removeClass( oSettings.asStripClasses.join(' ') ); + $(_fnGetTrNodes( oSettings )).removeClass( oSettings.asStripeClasses.join(' ') ); if ( !oSettings.bJUI ) { @@ -2253,8 +2253,8 @@ * this is not fool proof (for example if not all rows as odd/even classes - but * it's a good effort without getting carried away */ - $('>tr:even', nBody).addClass( oSettings.asDestroyStrips[0] ); - $('>tr:odd', nBody).addClass( oSettings.asDestroyStrips[1] ); + $('>tr:even', nBody).addClass( oSettings.asDestroyStripes[0] ); + $('>tr:odd', nBody).addClass( oSettings.asDestroyStripes[1] ); /* Remove the settings object from the settings array */ for ( i=0, iLen=_aoSettings.length ; itbody>tr', this); - for ( i=0, iLen=oSettings.asStripClasses.length ; i