mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-02 03:29:14 +01:00
Remove - asStripClasses backwards compatiblity. There was a typo for asStripeClasses back when it was first introduced, now here in 1.10 the patch that was used to allow both forms is removed.
This commit is contained in:
parent
6b605936f7
commit
c14b49fca3
1
media/js/jquery.dataTables.js
vendored
1
media/js/jquery.dataTables.js
vendored
@ -6432,7 +6432,6 @@
|
|||||||
_fnMap( oSettings.oScroll, oInit, "iScrollLoadGap", "iLoadGap" );
|
_fnMap( oSettings.oScroll, oInit, "iScrollLoadGap", "iLoadGap" );
|
||||||
_fnMap( oSettings.oScroll, oInit, "bScrollAutoCss", "bAutoCss" );
|
_fnMap( oSettings.oScroll, oInit, "bScrollAutoCss", "bAutoCss" );
|
||||||
_fnMap( oSettings, oInit, "asStripeClasses" );
|
_fnMap( oSettings, oInit, "asStripeClasses" );
|
||||||
_fnMap( oSettings, oInit, "asStripClasses", "asStripeClasses" ); // legacy
|
|
||||||
_fnMap( oSettings, oInit, "fnServerData" );
|
_fnMap( oSettings, oInit, "fnServerData" );
|
||||||
_fnMap( oSettings, oInit, "fnFormatNumber" );
|
_fnMap( oSettings, oInit, "fnFormatNumber" );
|
||||||
_fnMap( oSettings, oInit, "sServerMethod" );
|
_fnMap( oSettings, oInit, "sServerMethod" );
|
||||||
|
@ -103,7 +103,6 @@ _fnMap( oSettings.oScroll, oInit, "bScrollInfinite", "bInfinite" );
|
|||||||
_fnMap( oSettings.oScroll, oInit, "iScrollLoadGap", "iLoadGap" );
|
_fnMap( oSettings.oScroll, oInit, "iScrollLoadGap", "iLoadGap" );
|
||||||
_fnMap( oSettings.oScroll, oInit, "bScrollAutoCss", "bAutoCss" );
|
_fnMap( oSettings.oScroll, oInit, "bScrollAutoCss", "bAutoCss" );
|
||||||
_fnMap( oSettings, oInit, "asStripeClasses" );
|
_fnMap( oSettings, oInit, "asStripeClasses" );
|
||||||
_fnMap( oSettings, oInit, "asStripClasses", "asStripeClasses" ); // legacy
|
|
||||||
_fnMap( oSettings, oInit, "fnServerData" );
|
_fnMap( oSettings, oInit, "fnServerData" );
|
||||||
_fnMap( oSettings, oInit, "fnFormatNumber" );
|
_fnMap( oSettings, oInit, "fnFormatNumber" );
|
||||||
_fnMap( oSettings, oInit, "sServerMethod" );
|
_fnMap( oSettings, oInit, "sServerMethod" );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user