]> source.dussan.org Git - jquery-ui.git/commit
Widget: Don't swallow errors in `remove` events
authorScott González <scott.gonzalez@gmail.com>
Tue, 28 Feb 2017 14:51:59 +0000 (09:51 -0500)
committerScott González <scott.gonzalez@gmail.com>
Tue, 28 Feb 2017 14:51:59 +0000 (09:51 -0500)
commit1f2011ece3fe6847874677e9a8210fa202498ccb
tree81795e085072b55898bbe9411275ac0ee352ff98
parent278d1e1108e6c12d35be9edce2a9efcab1946229
Widget: Don't swallow errors in `remove` events

The try/catch was only there to support jQuery <1.6.3, which we no
longer support.

Ref jquery/jquery#3554
ui/widget.js