jquery.tipsy: Remove support for 'live' option
authorBartosz Dziewoński <matma.rex@gmail.com>
Mon, 25 Jul 2016 11:37:45 +0000 (13:37 +0200)
committerKrinkle <krinklemail@gmail.com>
Sat, 17 Dec 2016 01:33:21 +0000 (01:33 +0000)
commitbb79e5f889004dd9b0a55136fac7f0b18d812b20
treedbca25758cd4fc35c8abfb856c60065df9f7309b
parent1676448145f28cdf5bf399b13a39d909d7e0bb77
jquery.tipsy: Remove support for 'live' option

Follows-up aa524075ac from 2014.

It was relying on jQuery features that have been deprecated a long time
ago, officially removed in jQuery 1.11, and removed for real in 3.0.
We have to get rid of it at some point. As far as I can tell, nothing
in our repositories uses this option anymore.

Rather than remove the code and diverge further from upstream Tipsy,
I'm just making it throw an error if this is passed. Maybe one day we'll
upgrade Tipsy too to some modern version and this will then disappear.

Bug: T85048
Change-Id: I7dca8334556b1079cd4fee2e6e921232fe3d46ef
resources/src/jquery.tipsy/jquery.tipsy.js