Remove .tagName from ce.MWInlineImageNode

Was unused, because this.$ is always overwritten in the constructor

Change-Id: I4d403f1b89351fb7d23131f944406d5a088fdeef
This commit is contained in:
Roan Kattouw 2013-10-11 15:08:44 +02:00
parent 8c44a53d3a
commit 0c6dadb605

View file

@ -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 */
/** */