Core: Remove space from debug message

This commit is contained in:
Rob Garrison 2016-09-06 07:27:03 -05:00
parent 8cc2f37a68
commit 1710f5c25b

View File

@ -335,7 +335,7 @@
table.hasInitialized = true;
table.isProcessing = false;
if ( c.debug ) {
console.log( 'Overall initialization time: ' + ts.benchmark( $.data( table, 'startoveralltimer' ) ) );
console.log( 'Overall initialization time:' + ts.benchmark( $.data( table, 'startoveralltimer' ) ) );
if ( c.debug && console.groupEnd ) { console.groupEnd(); }
}
$table.triggerHandler( 'tablesorter-initialized', table );