mediawiki-extensions-Visual.../modules/ve-mw
Bartosz Dziewoński 0e00b2c109 Fix wikitext preview in IE and Edge
In Internet Explorer and Edge, NodeList objects do not have the
'forEach' method. However, Array's 'forEach' can be applied to them,
as we do elsewhere in the code.

https://developer.mozilla.org/en-US/docs/Web/API/NodeList/forEach

Bug: T170466
Change-Id: Icb19995e140607d45c47fb6ae8d60ac80b664d02
2017-07-14 15:30:27 +02:00
..
ce ce.MWTransclusionNode: make sure model exists before getting its document 2017-07-13 11:33:38 -05:00
dm Return truthy object when image info not found 2017-07-03 18:01:33 +00:00
i18n Localisation updates from https://translatewiki.net. 2017-07-13 23:01:37 +02:00
init DesktopArticleTarget.init: only show welcome dialog if page editable 2017-07-12 10:29:54 -05:00
tests Update VE core submodule to master (b528a5321) 2017-06-28 20:57:19 +01:00
themes Update VE core submodule to master (8be817396) 2017-05-31 17:48:45 -07:00
ui Fix wikitext preview in IE and Edge 2017-07-14 15:30:27 +02:00
ve.MWutils.js