Core: Fixed reference to jQuery.

This commit is contained in:
Scott González 2008-08-23 00:25:22 +00:00
parent e0e41d7a5b
commit 61300fe053

View File

@ -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,