mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
Merge "Correct comment in MWBlockImageNode"
This commit is contained in:
commit
9c3f3646c8
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in a new issue