Opened 11 years ago
Closed 11 years ago
#10475 closed bug (wontfix)
Redundant naming of $.support.supportsFixedPosition
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | support | Version: | 1.7b1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
The naming of the property is weird, as the "support" part is already in the name of the support object, and most of the other properties in there could be prefixed with "supports" too. Shouldn't it simply be called $.support.fixedPosition
?
Change History (1)
comment:1 Changed 11 years ago by
Component: | unfiled → support |
---|---|
Priority: | undecided → low |
Resolution: | → wontfix |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
supportsFixedPosition
was originally a property ofjQuery.offset
and was recently moved tojQuery.support
but must enforce the original naming to remain backwards compat.