#8198 closed bug (fixed)
Remove script.type = "text/javascript" from support.js
Reported by: | musicisair | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.5.1 |
Component: | support | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
In all A-grade browsers (and probably all browsers that support javascript) the default value for a script element's type attr is "text/javascript".
It seems like waste of bytes specify it.
Change History (5)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Component: | unfiled → support |
---|---|
Priority: | undecided → low |
comment:3 Changed 13 years ago by
Missed that one in https://github.com/jquery/jquery/commit/462bb1f66abf239492ee33c60feee3402fe64f77 (bug #8098), sorry.
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Remove unnecessary "script.type = text/javascript;". Fixes #8198.
Follow up to 462bb1f66abf239492ee33c60feee3402fe64f77.
Changeset: 3548ffaee244af2bd5e28e91ebfaa995adab93a7
comment:5 Changed 13 years ago by
Milestone: | 1.next → 1.5.1 |
---|
Note: See
TracTickets for help on using
tickets.
https://github.com/jquery/jquery/pull/224