mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 15:16:50 +00:00
Doc: fix typo
Change-Id: I14fc469a735d8838f093fbd0b23e8f5235b4dfc9
This commit is contained in:
parent
9840679042
commit
76195013be
BIN
resources/dist/index.js.json
vendored
BIN
resources/dist/index.js.json
vendored
Binary file not shown.
|
@ -143,7 +143,7 @@ export default function eventLogging( state, action ) {
|
|||
}
|
||||
|
||||
// Was the action delayed? Then it requires a token to be reduced. Enforce
|
||||
// this here to avoid repetion and reduce nesting below.
|
||||
// this here to avoid repetition and reduce nesting below.
|
||||
if (
|
||||
actionTypesWithTokens.indexOf( action.type ) !== -1 &&
|
||||
( !state.interaction || action.token !== state.interaction.token )
|
||||
|
|
Loading…
Reference in a new issue