mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-01-29 20:08:06 -05:00
Core: Fixed reference to jQuery.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user