diff options
author | Scott González <scott.gonzalez@gmail.com> | 2008-08-23 00:25:22 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2008-08-23 00:25:22 +0000 |
commit | 61300fe053aec8bfc05b4514ee763f792245aec0 (patch) | |
tree | 0206dbdd7d2cbee686f6f17247a3d2cb6495145c /ui/ui.core.js | |
parent | e0e41d7a5b517de736c8f81b96474068e3994b3b (diff) | |
download | jquery-ui-61300fe053aec8bfc05b4514ee763f792245aec0.tar.gz jquery-ui-61300fe053aec8bfc05b4514ee763f792245aec0.zip |
Core: Fixed reference to jQuery.
Diffstat (limited to 'ui/ui.core.js')
-rw-r--r-- | ui/ui.core.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/ui.core.js b/ui/ui.core.js index b6285d30b..2023e2911 100644 --- a/ui/ui.core.js +++ b/ui/ui.core.js @@ -18,7 +18,7 @@ $.fn.remove = function() { }; // This adds a selector to check if data exists. -jQuery.expr[':'].data = "jQuery.data(a, m[3])"; +$.expr[':'].data = "jQuery.data(a, m[3])"; $.keyCode = { BACKSPACE: 8, |