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

Dev: Remove debug from last commit...

This commit is contained in:
Allan Jardine 2014-05-23 16:31:09 +01:00
parent 00a99a0037
commit 501ed72cee
3 changed files with 3 additions and 13 deletions

View File

@ -1 +1 @@
b7feaa2d3aa296b3b0224af59f2523049eac63bb
0ebb60d6ae47e378a970b3a277f14ae09bce9c42

View File

@ -20,11 +20,7 @@
$(document).ready(function() {
$('#example').dataTable( {
columnDefs: [
{ targets: 0, width: '50px' }
]
} );
$('#example').dataTable();
} );
@ -539,11 +535,7 @@ $(document).ready(function() {
<div class="js">
<p>The Javascript shown below is used to initialise the table shown in this
example:</p><code class="multiline brush: js;">$(document).ready(function() {
$('#example').dataTable( {
columnDefs: [
{ targets: 0, width: '50px' }
]
} );
$('#example').dataTable();
} );</code>
<p>In addition to the above code, the following Javascript library files are loaded for use in this

View File

@ -5007,7 +5007,6 @@
}
if ( e !== null ) {
console.log( e+'.dt' );
$(settings.nTable).trigger( e+'.dt', args );
}
@ -13977,7 +13976,6 @@
// on destroy, while the `dt` namespaced event is the one we are
// listening for
$(settings.nTable).on( 'order.dt.DT', function ( e, settings, sorting, columns ) {
console.log( 'doing an order' );
var colIdx = column.idx;
cell