aboutsummaryrefslogtreecommitdiffstats
path: root/ui/ui.core.js
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2008-08-23 00:25:22 +0000
committerScott González <scott.gonzalez@gmail.com>2008-08-23 00:25:22 +0000
commit61300fe053aec8bfc05b4514ee763f792245aec0 (patch)
tree0206dbdd7d2cbee686f6f17247a3d2cb6495145c /ui/ui.core.js
parente0e41d7a5b517de736c8f81b96474068e3994b3b (diff)
downloadjquery-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.js2
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,