mediawiki-extensions-Visual.../modules/ve-mw/ui/tools
Thiemo Kreuz 4367235dcc Inline many var declarations in the code below
This makes the code more readable and easier to reason about.
The ESLint rule responsible for this code style was removed
just recently.

Notes:
* I focus on classes that are relevant for what the WMDE team
  does right now.
* I merge multiple `var` keywords only when the variables are
  strongly connected.
* Caching the length in a for loop makes the code hard to
  read, but not really faster when it's a trivial property
  access anyway.

Bug: T284895
Change-Id: I621fed61d894a83dc95f58129bbe679d82b0f5f5
2021-06-23 09:02:24 +00:00
..
ve.ui.MWBackTool.js Revert incorrect changes to ve.ui.MWBackCommand that made it stop working 2021-04-08 15:37:46 +02:00
ve.ui.MWEditModeTool.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWFormatTool.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWGalleryDialogTool.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWLinkInspectorTool.js Rewrite EducationPopup so it isn't a mixin 2020-09-24 21:33:50 +01:00
ve.ui.MWMediaDialogTool.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWMetaDialogTool.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWMobileLinkInspectorTool.js doc: Bump copyright year for 2020 2020-01-08 09:13:24 -08:00
ve.ui.MWPopupTool.js Remove @param/@return docs that literally repeat the code 2021-06-14 15:44:51 +02:00
ve.ui.MWSaveTool.js Avoid using mw.ArticleTarget methods on global ve.init.target in tools 2021-03-30 15:27:54 +00:00
ve.ui.MWSignatureTool.js MWSignatureNode: Don't inherit from TransclusionNode 2020-07-08 22:18:35 +02:00
ve.ui.MWTransclusionDialogTool.js Inline many var declarations in the code below 2021-06-23 09:02:24 +00:00