mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-29 00:30:44 +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.captionVisible = false;
|
||||||
this.typeToRdfa = this.getTypeToRdfa();
|
this.typeToRdfa = this.getTypeToRdfa();
|
||||||
|
|
||||||
// DOM Hierarchy for BlockImageNode:
|
// DOM Hierarchy for MWBlockImageNode:
|
||||||
// <figure> this.$element (ve-ce-mwBlockImageNode-{type})
|
// <figure> this.$element (ve-ce-mwBlockImageNode-{type})
|
||||||
// <a> this.$a
|
// <a> this.$a
|
||||||
// <img> this.$image
|
// <img> this.$image
|
||||||
// <figcaption> this.caption.view.$element
|
// <figcaption> this.$caption
|
||||||
|
|
||||||
// Build DOM:
|
// Build DOM:
|
||||||
if ( isError ) {
|
if ( isError ) {
|
||||||
|
|
Loading…
Reference in a new issue