mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Remove .tagName from ce.MWInlineImageNode
Was unused, because this.$ is always overwritten in the constructor Change-Id: I4d403f1b89351fb7d23131f944406d5a088fdeef
This commit is contained in:
parent
8c44a53d3a
commit
0c6dadb605
|
@ -79,8 +79,6 @@ ve.mixinClass( ve.ce.MWInlineImageNode, ve.ce.MWResizableNode );
|
|||
|
||||
ve.ce.MWInlineImageNode.static.name = 'mwInlineImage';
|
||||
|
||||
ve.ce.MWInlineImageNode.static.tagName = 'img';
|
||||
|
||||
/* Methods */
|
||||
|
||||
/** */
|
||||
|
|
Loading…
Reference in a new issue