mediawiki-extensions-Revisi.../modules
thiemowmde d006c26f65 Merge a small piece of code duplication in SliderView
The method is only called from two places, and both do very similar
things before the call. This duplication can be merged.

One notable difference is that .scrollLeft() was possibly called
twice before. The first call was pointless anyway. The argument for
.scrollLeft() is absolute, not relative.

This code cleanup is motivated by T352169, but doesn't solve it.

Bug: T352169
Change-Id: I75e9ffc77ef6331f14e074921c78c28233e60840
2024-02-01 23:40:58 +00:00
..
.eslintrc.json Migrate JS to ES6 2023-06-23 08:01:31 +02:00
ext.RevisionSlider.Api.js Drop wikitext comment in favor of parsedcomment 2023-08-25 14:42:32 +02:00
ext.RevisionSlider.DiffPage.js Mark private methods with @private tags 2023-10-26 14:05:12 +02:00
ext.RevisionSlider.HelpButtonView.js Migrate JS to ES6 2023-06-23 08:01:31 +02:00
ext.RevisionSlider.HelpDialog.js Make use of jQuery.append() accepting multiple arguments 2023-08-25 14:39:39 +02:00
ext.RevisionSlider.init.js Cleanup minor code duplication/complication in various places 2023-10-26 13:46:16 +02:00
ext.RevisionSlider.lazy.js Don't add keypress handler when not needed 2023-08-28 06:10:06 +00:00
ext.RevisionSlider.lazy.less Make use of Codex LESS tokens where possible 2023-08-30 17:54:59 +02:00
ext.RevisionSlider.less Make .less code a little more compact 2023-10-23 14:31:09 +02:00
ext.RevisionSlider.noscript.css Convert the few instances of IDs to classes 2016-08-10 15:32:12 -07:00
ext.RevisionSlider.Pointer.js Migrate JS to ES6 2023-06-23 08:01:31 +02:00
ext.RevisionSlider.PointerLine.js Remove redundant checks for .offset() !== undefined 2023-11-06 22:14:58 +01:00
ext.RevisionSlider.PointerView.js Merge "Mark private methods with @private tags" 2023-10-26 12:22:38 +00:00
ext.RevisionSlider.Revision.js Merge "Various tiny clean-ups" 2024-01-12 09:48:13 +00:00
ext.RevisionSlider.RevisionList.js Various tiny clean-ups 2023-11-29 12:58:51 +01:00
ext.RevisionSlider.RevisionListView.js Merge "Revert "partly drop dependency from RevisionListView"" 2023-11-15 15:23:40 +00:00
ext.RevisionSlider.Settings.js Mark private methods with @private tags 2023-10-26 14:05:12 +02:00
ext.RevisionSlider.Slider.js Clamp slider position when using the browser's back button 2023-10-25 15:03:44 +02:00
ext.RevisionSlider.SliderArrowView.js Mark private methods with @private tags 2023-10-26 14:05:12 +02:00
ext.RevisionSlider.SliderView.js Merge a small piece of code duplication in SliderView 2024-02-01 23:40:58 +00:00
ext.RevisionSlider.util.js Replace switch with a map in util class 2023-08-24 10:59:26 +02:00