r91683 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r91682‎ | r91683 | r91684 >
Date:20:53, 7 July 2011
Author:inez
Status:deferred
Tags:
Comment:
Missing exec
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.TextFlow.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.TextFlow.js
@@ -93,7 +93,7 @@
9494 // Reset RegExp object's state
9595 this.boundaryTest.lastIndex = 0;
9696 var virtual = line < this.lines.length - 1
97 - && this.boundaryTest( this.lines[line].text.substr( -1, 1 ) )
 97+ && this.boundaryTest.exec( this.lines[line].text.substr( -1, 1 ) )
9898 ? -1 : 0;
9999 return Math.min(
100100 fit.end + ( position.left >= center ? 1 : 0 ),

Status & tagging log