1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-01 13:24:10 +01:00

Dev fix: Correct error in aliasing the new ext.search to the old

afnFiltering interface
This commit is contained in:
Allan Jardine 2014-01-16 11:30:51 +00:00
parent 6fbd3ba8e6
commit a854421f27
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
41dc47b2d50e3bf87e4266365c24257c64a5e3ae
46e733e186268f979974307fa4ea52397cf1eebe

View File

@ -13347,7 +13347,7 @@
// Backwards compatibility. Alias to pre 1.10 Hungarian notation counter parts
//
$.extend( _ext, {
afnFiltering: _ext.filter,
afnFiltering: _ext.search,
aTypes: _ext.type.detect,
ofnSearch: _ext.type.search,
oSort: _ext.type.order,