r114262 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r114261‎ | r114262 | r114263 >
Date:13:34, 20 March 2012
Author:jdlrobson
Status:ok
Tags:
Comment:
minor: add missing semicolons
Modified paths:
  • /trunk/extensions/MobileFrontend/javascripts/toggle.js (modified) (history)

Diff [purge]

Index: trunk/extensions/MobileFrontend/javascripts/toggle.js
@@ -80,9 +80,9 @@
8181 for ( i = 0, d = ['content_','anchor_']; i<=1; i++ ) {
8282 e = document.getElementById( d[i] + section_id );
8383 if ( e && u( e ).hasClass( 'openSection' ) ) {
84 - u( e ).removeClass( 'openSection' )
 84+ u( e ).removeClass( 'openSection' );
8585 } else {
86 - u( e ).addClass( 'openSection' )
 86+ u( e ).addClass( 'openSection' );
8787 }
8888 }
8989 }

Status & tagging log