mediawiki-extensions-Visual.../modules
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
..
ve-mw ve.ce.MWBlockImageNode: Remove unnecessary #setupSlugs override 2018-03-01 01:08:30 +01:00
ve-mw-collab Rebaser: Generate random doc name if none provided 2018-02-16 18:09:19 +00:00