]> source.dussan.org Git - jquery-ui.git/commit
Widget: destroy() now calls _destroy() so that widgets don't need to call the base...
authorScott González <scott.gonzalez@gmail.com>
Fri, 14 Jan 2011 21:55:13 +0000 (16:55 -0500)
committerScott González <scott.gonzalez@gmail.com>
Fri, 14 Jan 2011 21:55:13 +0000 (16:55 -0500)
commitef1202dbe0af19b7929d6a31ef1ec66db7147889
tree8b8da499b8a8d6dab46e8732198efaf192ad0e80
parent68d905dd45bb63f696dbda83507897d7fb1e9d58
Widget: destroy() now calls _destroy() so that widgets don't need to call the base destroy method. Fixes #5056 - Widget factory: Remove need to call base destroy method.
ui/jquery.ui.widget.js