Opened 14 years ago
Closed 13 years ago
#5000 closed bug (fixed)
Deprecate $.ui.contains
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.9.0 |
Component: | ui.core | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Use $.contains instead. See core ticket #4101.
Change History (3)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Milestone: | 1.next → 1.9 |
---|---|
Summary: | Remove $.ui.contains → Deprecate $.ui.contains |
comment:3 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
All: Replaced all uses of $.ui.contains() with $.contains(). Fixes #5000 - Deprecate $.ui.contains.
Changeset: 9681b1fd7ee69e336906a0c383c2768ecf2d32b7
Note: See
TracTickets for help on using
tickets.
$.contains was added in 1.4. Once we drop 1.3 support, we can drop $.ui.contains.