r92293 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r92292‎ | r92293 | r92294 >
Date:19:52, 15 July 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Removed double render calls.
Modified paths:
  • /trunk/parsers/wikidom/lib/es/es.ParagraphBlock.js (modified) (history)

Diff [purge]

Index: trunk/parsers/wikidom/lib/es/es.ParagraphBlock.js
@@ -28,7 +28,6 @@
2929 */
3030 ParagraphBlock.prototype.insertContent = function( offset, content ) {
3131 this.content.insert( offset, content );
32 - this.flow.render( offset );
3332 };
3433
3534 /**
@@ -45,7 +44,6 @@
4645 start = tmp;
4746 }
4847 this.content.remove( start, end );
49 - this.flow.render( start );
5048 };
5149
5250 /**

Status & tagging log