Skip to content

Commit b26d207

Browse files
committed
Core: Updated comment about $.ui.plugin.
1 parent a9e1755 commit b26d207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ $.fn.extend({
267267
});
268268

269269
$.extend( $.ui, {
270-
// $.ui.plugin is deprecated. Use the proxy pattern instead.
270+
// $.ui.plugin is deprecated. Use $.widget() extensions instead.
271271
plugin: {
272272
add: function( module, option, set ) {
273273
var i,

0 commit comments

Comments
 (0)