Opened 11 years ago
Closed 11 years ago
#12840 closed feature (fixed)
Remove (private) parameter "pass" from jQuery.attr and jQuery.access
Reported by: | gibson042 | Owned by: | gibson042 |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | core | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
pass
is undocumented and only used to support the jQuery( html, props )
constructor signature. The functionality should be moved into .init
so jQuery.attr
and jQuery.access
can be simplified.
Change History (3)
comment:1 Changed 11 years ago by
Component: | unfiled → core |
---|---|
Milestone: | None → 1.9 |
Owner: | set to gibson042 |
Priority: | undecided → high |
Status: | new → assigned |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fix #12840: remove undocumented parameter "pass" from .attr. Close gh-1017.
Changeset: 80d45a69ea5e81897ebcb6868a902f3b21d5b101
Note: See
TracTickets for help on using
tickets.
https://github.com/jquery/jquery/pull/1017