]> source.dussan.org Git - jquery-ui.git/commit
Tabs: Use standard promise methods for jqXHR
authorScott González <scott.gonzalez@gmail.com>
Mon, 23 Feb 2015 19:55:25 +0000 (14:55 -0500)
committerScott González <scott.gonzalez@gmail.com>
Tue, 24 Feb 2015 15:24:58 +0000 (10:24 -0500)
commitc1dfb98d4576901aacf35f99d2506e8f652c2690
treeb42299ce89bedfb437433d48fcdf5f1a636331ce
parent962e05dc1d0a51a7458bc44725417aa3462cd89a
Tabs: Use standard promise methods for jqXHR

The old success(), error() and complete() methods have been deprecated for a
while and have been removed in upstream master.

Closes gh-1455
demos/tabs/ajax.html
ui/tabs.js