#22676 closed defect (bug) (fixed)
Do not leak media JS variable into the global namespace
Reported by: | koopersmith | Owned by: | nacin |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | Media | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
Currently, media-models.js is not declaring the media
variable properly, which is leaking it into the global namespace.
Test this by opening your browser console and typing media
. If it's defined, that's bad.
Attachments (1)
Note: See
TracTickets for help on using
tickets.
In 22968: