mediawiki-extensions-Visual.../modules/ve-mw/ce
Bartosz Dziewoński 5b7c93f0d5 ve.ce.MWBlockImageNode: Remove unnecessary #setupSlugs override
MWBlockImageNode already can't have any slugs:
* It can't have inline slugs, because it can't directly contain
  content (`this.canHaveChildrenNotContent()` is true)
* It can't have block slugs, because it can't contain paragraphs
  (`this.isAllowedChildNodeType( 'paragraph' )` is false).

(The only thing it can contain is a mwImageCaption.)

Change-Id: Ice6505da2356f004ef048ed0b1a9e03d08af02d1
2018-03-01 01:08:30 +01:00
..
annotations doc: Bump copyright year 2018-01-03 17:45:07 +00:00
nodes ve.ce.MWBlockImageNode: Remove unnecessary #setupSlugs override 2018-03-01 01:08:30 +01:00
styles/nodes Increase selector specificity for .ve-ce-focusableNode-invisibleIcon 2018-02-21 22:30:45 +01:00
ve.ce.MWResizableNode.js doc: Bump copyright year 2018-01-03 17:45:07 +00:00
ve.ce.MWWikitextSurface.js NWE: Use internal paste in compatible browsers 2018-01-25 17:40:26 -08:00