diff options
author | Scott González <scott.gonzalez@gmail.com> | 2008-09-22 12:30:34 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2008-09-22 12:30:34 +0000 |
commit | cd8d1b76542dec366da6bf0d4f8bfe9da72be573 (patch) | |
tree | 9e98cd8160f2cd9e53687341dff26d2ffea5caad /ui/ui.core.js | |
parent | b6ad9598110ca43f164c93b71d4cfbb393a043f2 (diff) | |
download | jquery-ui-cd8d1b76542dec366da6bf0d4f8bfe9da72be573.tar.gz jquery-ui-cd8d1b76542dec366da6bf0d4f8bfe9da72be573.zip |
Core: Marked $.ui.plugin as deprecated.
Diffstat (limited to 'ui/ui.core.js')
-rw-r--r-- | ui/ui.core.js | 1 |
1 files changed, 1 insertions, 0 deletions
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; |