This website requires JavaScript.
Explore
Help
Register
Sign In
rooty
/
DataTables
Watch
1
Star
0
Fork
0
You've already forked DataTables
mirror of
https://github.com/DataTables/DataTables.git
synced
2025-01-19 12:52:11 +01:00
Code
Issues
Releases
Activity
DataTables
/
.datatables-commit-sync
2 lines
41 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix: `dt-api order()` called with an empty array would cause a JS error - Fixes DataTables/DataTables #800 - Its safe to check for `.length` on `orders` at this point since it can be either a number, an array or undefined. The number and undefined conditions have already been checked, so it must be an array (of whatever length).
2016-04-19 17:51:22 +01:00
91a3581a1c030835bead900b938ef07840f44ca5
Reference in New Issue
Copy Permalink