From b26d207d57a8e0fee034b5a9e16fbfa1ac38d67b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Wed, 27 Mar 2013 09:30:15 -0400 Subject: [PATCH] Core: Updated comment about $.ui.plugin. --- ui/jquery.ui.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/jquery.ui.core.js b/ui/jquery.ui.core.js index 0d263fa5f..6e672dfe6 100644 --- a/ui/jquery.ui.core.js +++ b/ui/jquery.ui.core.js @@ -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, -- 2.39.5