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:
parent
6fbd3ba8e6
commit
a854421f27
@ -1 +1 @@
|
||||
41dc47b2d50e3bf87e4266365c24257c64a5e3ae
|
||||
46e733e186268f979974307fa4ea52397cf1eebe
|
||||
|
2
media/js/jquery.dataTables.js
vendored
2
media/js/jquery.dataTables.js
vendored
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user