Side navigation
#12840 closed feature (fixed)
Opened November 03, 2012 03:36AM UTC
Closed November 05, 2012 10:24PM UTC
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.