mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Core: Fixed reference to jQuery.
This commit is contained in:
parent
e0e41d7a5b
commit
61300fe053
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user