r85961 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r85960‎ | r85961 | r85962 >
Date:17:30, 13 April 2011
Author:tparscal
Status:ok
Tags:
Comment:
Fixed missing semicolon (see r85580)
Modified paths:
  • /trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.js (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedback/modules/jquery.articleFeedback/jquery.articleFeedback.js
@@ -296,7 +296,7 @@
297297 .css( 'width', 0 )
298298 .end()
299299 .find( '.articleFeedback-rating-count' )
300 - .text( mw.msg( 'articlefeedback-report-empty' ) )
 300+ .text( mw.msg( 'articlefeedback-report-empty' ) );
301301 }
302302 // Form
303303 if ( rating !== null && typeof rating.userrating !== 'undefined' ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r85580Removed some superfluous end() calls.tparscal21:35, 6 April 2011

Status & tagging log