mediawiki-extensions-Visual.../modules/ve-mw/ce
Thiemo Kreuz c8af207681 Use boolean RegExp.test() instead of .match() where possible
.test() is the dedicated syntax for a boolean "does match? yes/no?"
check. .match() returns an array of matches, or null. This is just not
needed in these situations.

Change-Id: Ibb996ab843d1a6c7d7af98d6a112990665d543b2
2022-03-24 11:04:43 +01:00
..
annotations Move var declarations inline 2021-10-13 14:02:31 +01:00
nodes Use boolean RegExp.test() instead of .match() where possible 2022-03-24 11:04:43 +01:00
styles Use OOUI 'play' icon for audio placeholder 2022-01-27 21:10:51 +00:00
ve.ce.MWResizableNode.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ce.MWWikitextSurface.js Remove not needed self = this indirections 2022-02-21 10:52:24 +01:00