mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
accordion: removed deprecated method fn.activate for 1.6
This commit is contained in:
parent
b73f093894
commit
51e0cdf88d
@ -286,9 +286,4 @@ $.extend($.ui.accordion, {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// deprecated, use accordion("activate", index) instead
|
|
||||||
$.fn.activate = function(index) {
|
|
||||||
return this.accordion("activate", index);
|
|
||||||
};
|
|
||||||
|
|
||||||
})(jQuery);
|
})(jQuery);
|
||||||
|
Loading…
Reference in New Issue
Block a user