r102498 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102497‎ | r102498 | r102499 >
Date:09:01, 9 November 2011
Author:hashar
Status:resolved
Tags:
Comment:
Comments out console.log calls

Catched by Schnark on CR of r102303
Modified paths:
  • /trunk/phase3/tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js (modified) (history)

Diff [purge]

Index: trunk/phase3/tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js
@@ -393,9 +393,9 @@
394394 '<tr class="sortbottom"><td>TFOOT</td></tr>' +
395395 '</table>'
396396 );
397 - console.log( $table.html() );
 397+ //console.log( $table.html() );
398398 $table.tablesorter();
399 - console.log( $table.html() );
 399+ //console.log( $table.html() );
400400 var expected =
401401 '<caption>CAPTION</caption>'+
402402 '<thead>' +

Follow-up revisions

RevisionCommit summaryAuthorDate
r102710on tablesort, verify <caption> is the first child in the table...hashar22:54, 10 November 2011
r103029REL1_18 MFT r99236, r102301, r102303, r102498, r102710, r102751, r102951, r10...reedy20:58, 14 November 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r102303tests for bug 32047 / r102301...hashar17:48, 7 November 2011

Status & tagging log