diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-07-29 14:57:06 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-07-29 14:57:06 -0400 |
commit | b796cc57bd1eb0557849ece88c5794b70656f5cd (patch) | |
tree | a62f6d04b43aacf9931bba56785d9fa7e6248cbf /ui/jquery.ui.core.js | |
parent | 4b17402262f917cfd7b49b43151925aadf8880e4 (diff) | |
download | jquery-ui-b796cc57bd1eb0557849ece88c5794b70656f5cd.tar.gz jquery-ui-b796cc57bd1eb0557849ece88c5794b70656f5cd.zip |
jQuery 1.6 support.
Diffstat (limited to 'ui/jquery.ui.core.js')
-rw-r--r-- | ui/jquery.ui.core.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/jquery.ui.core.js b/ui/jquery.ui.core.js index 59fa4d73a..1ca2c6f69 100644 --- a/ui/jquery.ui.core.js +++ b/ui/jquery.ui.core.js @@ -58,6 +58,8 @@ $.extend( $.ui, { // plugins $.fn.extend({ + propAttr: $.fn.prop || $.fn.attr, + _focus: $.fn.focus, focus: function( delay, fn ) { return typeof delay === "number" ? |