#23315 closed defect (bug) (fixed)
BOM in jquery.query.js
Reported by: | azaozz | Owned by: | azaozz |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | minor | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description (last modified by )
There is an UTF-8 BOM in jquery.query.js (U+FEFF
, 
). While that is usually not a problem, it may break the JS in some rare cases when that file is concatenated and the charset is not UTF-8.
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 23356: