mediawiki-extensions-Visual.../modules/ve-mw/dm/models
Sébastien Beyou 6ea7ab19fd Fix getTemplateDataQueryTitle() when the title ends with a newline
According to ECMAScript, .trim() and RegExp’s "\s" capture the same
characters, so I replace the initial "\s*" by .trim() to remove
whitespaces and line terminators at the beginning and at the end.

Bug: T371000
Change-Id: Id9188f97a3136b986b052b71cd4079c1109ea8ff
2024-07-26 16:18:29 +02:00
..
ve.dm.MWImageModel.js JSDoc: convert @cfg to @param 2024-05-26 21:59:02 -07:00
ve.dm.MWParameterModel.js JSDoc: Fix event documentation and complex return types 2024-04-29 19:14:26 +01:00
ve.dm.MWTemplateModel.js Fix getTemplateDataQueryTitle() when the title ends with a newline 2024-07-26 16:18:29 +02:00
ve.dm.MWTemplatePlaceholderModel.js
ve.dm.MWTemplateSpecModel.js Fix typos and outdated links in comments 2024-05-24 15:40:01 +02:00
ve.dm.MWTransclusionContentModel.js JSDoc: Fix event documentation and complex return types 2024-04-29 19:14:26 +01:00
ve.dm.MWTransclusionModel.js ESLint: Re-enable prefer-const and fix 2024-05-21 17:50:12 +01:00
ve.dm.MWTransclusionPartModel.js JSDoc: @mixins -> @mixes 2024-04-29 18:51:41 +01:00