Opened 12 years ago
Closed 12 years ago
#26023 closed defect (bug) (fixed)
jshint shouldn't throw errors - wp-admin/js/media-upload.js
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Resolving globals: qtags, tinymce.
Made send_to_editor an explicit global (now window.send_to_editor)
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
A note, these globals are only used in read-only context, so true should be omitted.