diff options
author | Scott González <scott.gonzalez@gmail.com> | 2013-03-27 09:30:15 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2013-03-27 09:30:15 -0400 |
commit | b26d207d57a8e0fee034b5a9e16fbfa1ac38d67b (patch) | |
tree | ffb1bb25113bfe01b37cdda651282329a87ac0bd | |
parent | a9e1755cb96c54ed3ead77f3eb375544fbf2b4b3 (diff) | |
download | jquery-ui-b26d207d57a8e0fee034b5a9e16fbfa1ac38d67b.tar.gz jquery-ui-b26d207d57a8e0fee034b5a9e16fbfa1ac38d67b.zip |
Core: Updated comment about $.ui.plugin.
-rw-r--r-- | ui/jquery.ui.core.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, |