1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-11-30 12:24:10 +01:00
DataTables/media/unit_testing/tests_onhold/1_dom/2799.js

14 lines
266 B
JavaScript
Executable File

// DATA_TEMPLATE: two_tables
oTest.fnStart( "Initialise two tables" );
$(document).ready( function () {
$('table.display').dataTable();
oTest.fnTest(
"Check that initialisation was okay",
null,
function () { return true; }
);
oTest.fnComplete();
} );