Update jQuery Migrate to v3.0.1-pre (9e3dfcb)
authorTimo Tijhof <krinklemail@gmail.com>
Fri, 18 Aug 2017 01:04:46 +0000 (18:04 -0700)
committerTimo Tijhof <krinklemail@gmail.com>
Fri, 18 Aug 2017 01:04:46 +0000 (18:04 -0700)
commitfbcb7b95433bbd01af2d06e516bba00559e564cb
tree814cfc6cae7e69868f4c22798d22706fda00eecf
parent149c2ada6920db63c3fb8569eb2511f9afb92311
Update jQuery Migrate to v3.0.1-pre (9e3dfcb)

Highlights:

* Event: Warn and fill jQuery.event.props.concat
  > Adds back-compat for a removed property. (Undocumented)
  > This makes jQuery 3 compatible with jQuery Mobile pre-1.5

* Effects: Warn on use of jQuery.fx.interval
  > Adds detection for a deprecated property.

* Event: Warn about late use of $(window).on("load"...)

* Data: Fix support for object as second argument
  > Fixes minor regression that jQuery Migrate introduced
  > over jQuery 3.0 plain.

* Docs: Clarify wording around deprecated/removed methods
  > Avoids confusion between whether a method was removed
  > in jQuery 3, or merely deprecated.

Full change log:
https://github.com/jquery/jquery-migrate/compare/3.0.0...9e3dfcb

Also re-apply and document hot patch from a77525e56ac1a.

Bug: T124742
Change-Id: Ia55b6aad1648667648cc511eddea12b808d7e898
resources/lib/jquery/jquery.migrate.js