Jhernandez has uploaded a new change for review. ( 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(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Popups refs/changes/60/375360/1 -- To view, visit https://gerrit.wikimedia.org/r/375360 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange 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]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
