mediawiki-extensions-Popups/src
Fomafix 0140767ea2 Simplify addClass with an array of classes
Since jQuery 3.3 .addClass() supports arrays. [1]

Replace
  .addClass( classes.join( ' ' ) )
by
  .addClass( classes )

[1] https://blog.jquery.com/2018/01/19/jquery-3-3-0-a-fragrant-bouquet-of-deprecations-and-is-that-a-new-feature/

Change-Id: Id5c0325971f3e9773155df7412ad0850cfaa11fd
2021-10-18 08:55:42 -07:00
..
changeListeners Rewrite linkTitle change listener for clarity/easier expansion 2021-08-11 18:33:34 +00:00
gateway Remove a small piece of unused code from reference.js 2021-05-07 16:43:01 +02:00
instrumentation Remove Popups instrumentation 2021-07-29 17:01:01 +00:00
integrations Update JSDoc types and comments to be more specific 2021-05-07 11:57:58 +02:00
preview Update JSDoc types and comments to be more specific 2021-05-07 11:57:58 +02:00
reducers Rewrite linkTitle change listener for clarity/easier expansion 2021-08-11 18:33:34 +00:00
ui Simplify addClass with an array of classes 2021-10-18 08:55:42 -07:00
actions.js Remove Popups instrumentation 2021-07-29 17:01:01 +00:00
actionTypes.js Remove Popups instrumentation 2021-07-29 17:01:01 +00:00
bracketedPixelRatio.js
changeListener.js Rename variables in change listeners for clarity 2021-04-15 10:19:40 +02:00
constants.js Fix bluriness on low-DPR screens 2021-01-26 09:49:50 -08:00
container.js Minor code cleanups, e.g. utilizing arrow functions 2020-10-30 11:31:12 +01:00
counts.js eslint: Enforce template-curly-spacing 2019-08-15 10:24:43 +02:00
experiments.js
formatter.js build: Update eslint-config-wikimedia to 0.16.2 2020-06-26 17:05:56 +01:00
index.js Rewrite linkTitle change listener for clarity/easier expansion 2021-08-11 18:33:34 +00:00
isPagePreviewsEnabled.js Clean up code enabling individual popup types 2021-04-21 19:38:25 +02:00
isReferencePreviewsEnabled.js Separate reference preview settings in beta & non-beta 2021-04-27 16:15:17 +02:00
previewBehavior.js Remove obsolete mediaWiki and jQuery aliases 2019-10-22 09:30:46 +02:00
setUserConfigFlags.js Merge duplicate ReferencePreviews Beta feature flag 2021-04-21 10:46:05 +02:00
title.js Remove Popups instrumentation 2021-07-29 17:01:01 +00:00
userSettings.js Remove Popups instrumentation 2021-07-29 17:01:01 +00:00
wait.js Remove obsolete mediaWiki and jQuery aliases 2019-10-22 09:30:46 +02:00