Bug Tracker

Opened 11 years ago

Closed 11 years ago

#10475 closed bug (wontfix)

Redundant naming of $.support.supportsFixedPosition

Reported by: [email protected] 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 Rick Waldron

Component: unfiledsupport
Priority: undecidedlow
Resolution: wontfix
Status: newclosed

supportsFixedPosition was originally a property of jQuery.offset and was recently moved to jQuery.support but must enforce the original naming to remain backwards compat.

Note: See TracTickets for help on using tickets.