mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +00:00
Merge "Reduction of renderContents calls"
This commit is contained in:
commit
d7c3dd8ec6
|
@ -25,9 +25,6 @@ ve.ce.ContentBranchNode = function VeCeContentBranchNode( model, $element ) {
|
|||
|
||||
// Events
|
||||
this.connect( this, { 'childUpdate': 'onChildUpdate' } );
|
||||
|
||||
// Initialization
|
||||
this.renderContents();
|
||||
};
|
||||
|
||||
/* Inheritance */
|
||||
|
|
Loading…
Reference in a new issue