jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/375360 )
Change subject: Revert usage of Promise A+ in actions.js#fetch ...................................................................... Revert usage of Promise A+ in actions.js#fetch .catch is only available with jQuery 3, which is only now starting to roll out (see https://phabricator.wikimedia.org/T124742) This patch rolls back the usage of .catch introduced in https://gerrit.wikimedia.org/r/#/c/373327/ to use .fail, but only the source part, given that patch introduced unit tests for this behavior Bug: T174724 Change-Id: I6e1c342d812b35846061266bc59e493e87423fd8 --- M resources/dist/index.js M resources/dist/index.js.map M src/actions.js 3 files changed, 6 insertions(+), 5 deletions(-) Approvals: Reedy: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/375360 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6e1c342d812b35846061266bc59e493e87423fd8 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Popups Gerrit-Branch: wmf/1.30.0-wmf.16 Gerrit-Owner: Jhernandez <[email protected]> Gerrit-Reviewer: Jhernandez <[email protected]> Gerrit-Reviewer: Pmiazga <[email protected]> Gerrit-Reviewer: Reedy <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
