Merge "Reduction of renderContents calls"

This commit is contained in:
jenkins-bot 2013-05-10 15:35:37 +00:00 committed by Gerrit Code Review
commit d7c3dd8ec6

View file

@ -25,9 +25,6 @@ ve.ce.ContentBranchNode = function VeCeContentBranchNode( model, $element ) {
// Events
this.connect( this, { 'childUpdate': 'onChildUpdate' } );
// Initialization
this.renderContents();
};
/* Inheritance */