diff options
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, |