mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-15 16:29:16 +01:00
Fix - docs: dt-api iterator()
was missing parameters (incorrect xml tag)
Dev: Remove comment about using iteratorNew - that was wrong. The `iterator` method uses a returns parameter now
This commit is contained in:
parent
2d6108d00c
commit
fc8cc9bbd2
@ -1 +1 @@
|
|||||||
530d4ff04b62613d9ba05f68e5670e214c608b96
|
8ec8ffcc0531b990e82cb40de275a21be572c0bf
|
||||||
|
1
media/js/jquery.dataTables.js
vendored
1
media/js/jquery.dataTables.js
vendored
@ -6844,7 +6844,6 @@
|
|||||||
return -1;
|
return -1;
|
||||||
},
|
},
|
||||||
|
|
||||||
// Note that `alwaysNew` is internal - use iteratorNew externally
|
|
||||||
iterator: function ( flatten, type, fn, alwaysNew ) {
|
iterator: function ( flatten, type, fn, alwaysNew ) {
|
||||||
var
|
var
|
||||||
a = [], ret,
|
a = [], ret,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user