r103021 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103020‎ | r103021 | r103022 >
Date:20:04, 14 November 2011
Author:tparscal
Status:deferred
Tags:
Comment:
Don't render deleted nodes
Modified paths:
  • /trunk/extensions/VisualEditor/modules/es/bases/es.DocumentViewBranchNode.js (modified) (history)

Diff [purge]

Index: trunk/extensions/VisualEditor/modules/es/bases/es.DocumentViewBranchNode.js
@@ -82,7 +82,6 @@
8383 childView.$.detach();
8484 this.emit( 'afterPop' );
8585 this.emit( 'update' );
86 - childView.renderContent();
8786 };
8887
8988 es.DocumentViewBranchNode.prototype.onAfterShift = function() {
@@ -95,7 +94,6 @@
9695 childView.$.detach();
9796 this.emit( 'afterShift' );
9897 this.emit( 'update' );
99 - childView.renderContent();
10098 };
10199
102100 es.DocumentViewBranchNode.prototype.onAfterSplice = function( index, howmany ) {

Status & tagging log