From cd8d1b76542dec366da6bf0d4f8bfe9da72be573 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Scott=20Gonz=C3=A1lez?= Date: Mon, 22 Sep 2008 12:30:34 +0000 Subject: [PATCH] Core: Marked $.ui.plugin as deprecated. --- ui/ui.core.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/ui.core.js b/ui/ui.core.js index 413d5ee1b..2cf48d11f 100644 --- a/ui/ui.core.js +++ b/ui/ui.core.js @@ -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;