Make reference list nodes render contents again

Really Roan? How dare you!

See I3f5116d7dfbaa5889b7c5cac01d7341272749c58

Change-Id: Ia0ae514fc07752edb7b7100716e09163d3bfacba
This commit is contained in:
Trevor Parscal 2013-05-10 10:47:10 -07:00
parent 8bac303893
commit 8858ed932f

View file

@ -46,7 +46,7 @@ ve.ce.MWReferenceListNode.static.name = 'MWreferenceList';
/* Methods */
ve.ce.MWReferenceListNode.prototype.onUpdate = function () {
this.$.html( this.model.getAttribute( 'html' ) );
this.$.html( ve.copyArray( this.model.getAttribute( 'domElements' ) || [] ) );
};
/* Registration */