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 @@
394
394
'<tr class="sortbottom"><td>TFOOT</td></tr>' +
395
395
'</table>'
396
396
);
397
- console.log( $table.html() );
397
+ //console.log( $table.html() );
398
398
$table.tablesorter();
399
- console.log( $table.html() );
399
+ //console.log( $table.html() );
400
400
var expected =
401
401
'<caption>CAPTION</caption>'+
402
402
'<thead>' +
Follow-up revisions
Revision
Commit summary
Author
Date
r102710
on tablesort, verify <caption> is the first child in the table...
hashar
22:54, 10 November 2011
r103029
REL1_18 MFT
r99236
,
r102301
,
r102303
,
r102498
,
r102710
,
r102751
,
r102951
,
r10...
reedy
20:58, 14 November 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r102303
tests for
bug 32047
/
r102301
...
hashar
17:48, 7 November 2011
Status & tagging log
21:00, 14 November 2011
Reedy
(
talk
|
contribs
)
changed the
tags
for r102498
[
removed:
1.18]
02:36, 13 November 2011
MarkAHershberger
(
talk
|
contribs
)
changed the
tags
for r102498
[
added:
1.18]
00:00, 11 November 2011
Krinkle
(
talk
|
contribs
)
changed the
status
of r102498
[
removed:
new
added:
resolved]