Opened 14 years ago
Closed 14 years ago
#3665 closed bug (fixed)
$.keyCode should be $.ui.keyCode
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | 1.7 |
Component: | ui.core | Version: | 1.6rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
ui.core.js (1.6rc2) has a keyCode hash added to the jQuery object. This should be in the $.ui namespace, not the jQuery ($) namespace.
Note: See
TracTickets for help on using
tickets.
Fixed in [1156]