mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-02 03:29:14 +01:00
- 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).