]> source.dussan.org Git - jquery-ui.git/commitdiff
Core: Marked $.ui.plugin as deprecated.
authorScott González <scott.gonzalez@gmail.com>
Mon, 22 Sep 2008 12:30:34 +0000 (12:30 +0000)
committerScott González <scott.gonzalez@gmail.com>
Mon, 22 Sep 2008 12:30:34 +0000 (12:30 +0000)
ui/ui.core.js

index 413d5ee1b2d62d6383e63e9cbe64ddd281958c57..2cf48d11f02602ff93d4f6fd086ec5671e54343d 100644 (file)
@@ -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;