CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Sat, 11 Oct 2025 01:41:31 GMT
Content-Type: text/html
Content-Length: 162
Location: https://bugs.jquery.com/ticket/6897/
Connection: keep-alive
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
HTTP/1.1 200 OK
Server: nginx
Date: Sat, 11 Oct 2025 01:41:31 GMT
Content-Type: text/html
Last-Modified: Wed, 18 Sep 2024 14:30:35 GMT
Transfer-Encoding: chunked
Connection: keep-alive
Vary: Accept-Encoding
ETag: W/"66eae40b-3756"
Reporting-Endpoints: csp-endpoint='https://csp-report-api.openjs-foundation.workers.dev/'
Content-Security-Policy: default-src 'self'; script-src 'self' 'wasm-unsafe-eval' code.jquery.com; connect-src 'self'; img-src 'self' secure.gravatar.com; style-src 'self'; media-src 'self' content.jquery.com; report-uri https://csp-report-api.openjs-foundation.workers.dev/; report-to csp-endpoint
Content-Encoding: gzip
#6897 (jQuery.props is in support.js, belongs in attributes.js) - jQuery - Bug Tracker
jQuery issues have moved to GitHub. This site is now a static archive of the old Trac bugs site. Some functions and pages are no longer available.
Skip to main content
Bug Tracker
Side navigation
#6897 closed enhancement (fixed)
Opened August 11, 2010 02:06AM UTC
Closed October 25, 2010 08:15PM UTC
Last modified December 09, 2010 05:34PM UTC
jQuery.props is in support.js, belongs in attributes.js
Reported by: | dmethvin | Owned by: | SlexAxton |
---|---|---|---|
Priority: | low | Milestone: | 1.4.4 |
Component: | attributes | Version: | 1.4.2 |
Keywords: | organization | Cc: | SlexAxton |
Blocked by: | Blocking: |
Description
It's only used in attributes.js, needs to be moved there.
Attachments (0)
Change History (5)
Changed October 25, 2010 07:17AM UTC by SlexAxton comment:1
keywords: | → organization |
---|---|
milestone: | 1.4.3 → 1.5 |
owner: | → SlexAxton |
priority: | → low |
status: | new → assigned |
Changed October 25, 2010 07:34AM UTC by SlexAxton comment:2
cc: | → SlexAxton |
---|
Put this through as a pull request:
Changed October 25, 2010 08:15PM UTC by john comment:3
milestone: | 1.5 → 1.4.4 |
---|---|
resolution: | → fixed |
status: | assigned → closed |
Changed November 21, 2010 10:30PM UTC by snover comment:4
Changed December 09, 2010 05:34PM UTC by john comment:5
Landed unit tests.
Yea, seems odd that it's not a test or anything. +1
I can create a pull request for this one, I think. :D