mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 08:34:54 +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
|
// Events
|
||||||
this.connect( this, { 'childUpdate': 'onChildUpdate' } );
|
this.connect( this, { 'childUpdate': 'onChildUpdate' } );
|
||||||
|
|
||||||
// Initialization
|
|
||||||
this.renderContents();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Inheritance */
|
/* Inheritance */
|
||||||
|
|
Loading…
Reference in a new issue