From f8fa82b09c6653c4766873645bad5f1fae24dbb5 Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 5 Oct 2017 20:23:55 +0100 Subject: [PATCH] jquery-migrate: Remove redundant PATCH note for Deferred bug This patch was merged upstream and is no longer a local patch since 2e2ac756e7224 upgraded us to jQuery Migrate 3.0.1. I mistakenly kept this comment when re-applying our patches. Change-Id: Id5fa8c03bc5791971a6406376ca8abf5503268f6 --- resources/lib/jquery/jquery.migrate.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/resources/lib/jquery/jquery.migrate.js b/resources/lib/jquery/jquery.migrate.js index c9b37ca779..19cdef6590 100644 --- a/resources/lib/jquery/jquery.migrate.js +++ b/resources/lib/jquery/jquery.migrate.js @@ -3,9 +3,6 @@ * Copyright jQuery Foundation and other contributors * * Patched for MediaWiki: - * - Preserve handler of uncaught exceptions in promise chains - * https://gerrit.wikimedia.org/r/#/c/360999/ - * https://github.com/jquery/jquery-migrate/pull/262 * - Add mw.track instrumentation for statistics. */ ;( function( factory ) { -- 2.20.1