From 14c7525853eca870a86e293cc9d3f600e5d96f57 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. (cherry picked from commit b26d207d57a8e0fee034b5a9e16fbfa1ac38d67b) --- 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 1a13da251..0b1ebaf65 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