mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 22:47:55 -05:00
Core: Marked $.ui.plugin as deprecated.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user