Merge "Correct comment in MWBlockImageNode"

This commit is contained in:
jenkins-bot 2017-01-16 20:24:45 +00:00 committed by Gerrit Code Review
commit 9c3f3646c8

View file

@ -29,11 +29,11 @@ ve.ce.MWBlockImageNode = function VeCeMWBlockImageNode() {
this.captionVisible = false;
this.typeToRdfa = this.getTypeToRdfa();
// DOM Hierarchy for BlockImageNode:
// DOM Hierarchy for MWBlockImageNode:
// <figure> this.$element (ve-ce-mwBlockImageNode-{type})
// <a> this.$a
// <img> this.$image
// <figcaption> this.caption.view.$element
// <figcaption> this.$caption
// Build DOM:
if ( isError ) {