r95255 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95254‎ | r95255 | r95256 >
Date:21:45, 22 August 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Fixed undefined symbol bug
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.Flow.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.Flow.js
@@ -35,7 +35,7 @@
3636 var flow = this;
3737 function render( args ) {
3838 flow.scanBoundaries();
39 - flow.render( args.offset );
 39+ flow.render( args ? args.offset : 0 );
4040 }
4141 this.content.on( 'insert', render );
4242 this.content.on( 'remove', render );

Status & tagging log