r92338 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92337‎ | r92338 | r92339 >
Date:23:06, 15 July 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Fixed line cleanup bug.
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.TextFlow.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.TextFlow.js
@@ -271,11 +271,11 @@
272272 if ( rs.wordOffset >= rs.wordCount - 1 ) {
273273 // Cleanup
274274 rs.$ruler.remove();
 275+ this.lines = rs.lines;
275276 this.$.find( '.editSurface-line[line-index=' + ( this.lines.length - 1 ) + ']' )
276277 .nextAll()
277278 .remove();
278279 rs.timeout = undefined;
279 - this.lines = rs.lines;
280280 console.log( this.lines.length );
281281 this.emit( 'render' );
282282 } else {

Status & tagging log