mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Core: Updated comment about $.ui.plugin.
This commit is contained in:
2
ui/jquery.ui.core.js
vendored
2
ui/jquery.ui.core.js
vendored
@@ -267,7 +267,7 @@ $.fn.extend({
|
||||
});
|
||||
|
||||
$.extend( $.ui, {
|
||||
// $.ui.plugin is deprecated. Use the proxy pattern instead.
|
||||
// $.ui.plugin is deprecated. Use $.widget() extensions instead.
|
||||
plugin: {
|
||||
add: function( module, option, set ) {
|
||||
var i,
|
||||
|
||||
Reference in New Issue
Block a user