r93937 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93936‎ | r93937 | r93938 >
Date:23:28, 4 August 2011
Author:inez
Status:deferred
Tags:
Comment:
Fix minor bug with handleAnnotation
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.Content.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.Content.js
@@ -716,7 +716,7 @@
717717 if ( line != null ) {
718718 if ( right ) {
719719 for ( j = 1; j < right.length; j++ ) {
720 - //this.handleAnnotation( 'close', right[j], line.annotations, i - offset );
 720+ this.handleAnnotation( 'close', right[j], line.annotations, i - offset );
721721 }
722722 }
723723 if ( !line.annotations.length ) {

Status & tagging log