r86109 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86108‎ | r86109 | r86110 >
Date:08:31, 15 April 2011
Author:diebuche
Status:ok
Tags:
Comment:
r86108: Fix var name
Modified paths:
  • /trunk/phase3/resources/jquery/jquery.tablesorter.js (modified) (history)

Diff [purge]

Index: trunk/phase3/resources/jquery/jquery.tablesorter.js
@@ -104,8 +104,8 @@
105105 for ( var i = 0; i < l; i++ ) {
106106 p = false;
107107 sortType = $headers.eq(i).data('sort-type');
108 - if ( typeof sortVal != 'undefined' ) {
109 - p = getParserById( sortVal );
 108+ if ( typeof sortType != 'undefined' ) {
 109+ p = getParserById( sortType );
110110 }
111111
112112 if (p === false) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86108Followup ro r86088: Use data-sort-type instead of classes to specify the pars...diebuche08:23, 15 April 2011

Status & tagging log