mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Core: Marked $.ui.plugin as deprecated.
This commit is contained in:
parent
b6ad959811
commit
cd8d1b7654
@ -238,6 +238,7 @@ $.widget.defaults = {
|
||||
/** jQuery UI core **/
|
||||
|
||||
$.ui = {
|
||||
// $.ui.plugin is deprecated. Use the proxy pattern instead.
|
||||
plugin: {
|
||||
add: function(module, option, set) {
|
||||
var proto = $.ui[module].prototype;
|
||||
|
Loading…
Reference in New Issue
Block a user