From 61300fe053aec8bfc05b4514ee763f792245aec0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Scott=20Gonz=C3=A1lez?= Date: Sat, 23 Aug 2008 00:25:22 +0000 Subject: [PATCH] Core: Fixed reference to jQuery. --- ui/ui.core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5