1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-18 11:52:11 +01:00

Fixed: Typo for tfoot, should be tbody - "Sanity check that there is a thead and tfoot. If not let's just create them"

This commit is contained in:
Allan Jardine 2010-08-17 22:20:32 +01:00
parent adbaaf1ee1
commit 5881948640

View File

@ -6470,7 +6470,7 @@
/*
* Final init
* Sanity check that there is a thead and tfoot. If not let's just create them
* Sanity check that there is a thead and tbody. If not let's just create them
*/
if ( this.getElementsByTagName('thead').length === 0 )
{