mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 15:17:59 -05:00
accordion: removed deprecated method fn.activate for 1.6
This commit is contained in:
@@ -286,9 +286,4 @@ $.extend($.ui.accordion, {
|
||||
}
|
||||
});
|
||||
|
||||
// deprecated, use accordion("activate", index) instead
|
||||
$.fn.activate = function(index) {
|
||||
return this.accordion("activate", index);
|
||||
};
|
||||
|
||||
})(jQuery);
|
||||
|
||||
Reference in New Issue
Block a user