r80657 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80656‎ | r80657 | r80658 >
Date:21:57, 20 January 2011
Author:tparscal
Status:ok
Tags:
Comment:
Fixed missing semi-colon. Found this while debugging the new JavaScriptDistiller library.
Modified paths:
  • /trunk/extensions/Vector/modules/ext.vector.simpleSearch.js (modified) (history)

Diff [purge]

Index: trunk/extensions/Vector/modules/ext.vector.simpleSearch.js
@@ -93,7 +93,7 @@
9494 special: {
9595 render: function( query ) {
9696 if ( $(this).children().size() == 0 ) {
97 - $(this).show()
 97+ $(this).show();
9898 $label = $( '<div />' )
9999 .addClass( 'special-label' )
100100 .text( mediaWiki.msg( 'vector-simplesearch-containing' ) )

Follow-up revisions

RevisionCommit summaryAuthorDate
r806771.17: MFT r80109, r80113, r80223, r80475, r80554, r80575, r80620, r80621, r80...catrope03:12, 21 January 2011

Status & tagging log