#6558 closed defect (bug) (fixed)
Global javascript variables incorrectly defined
| Reported by: | johnjamesjacoby | Owned by: | johnjamesjacoby |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.4 |
| Component: | Core | Version: | 2.3.0 |
| Severity: | normal | Keywords: | 2nd-opinion |
| Cc: |
Description (last modified by )
There are a few places where global variables in javascript files are incorrectly defined, causing issues in my IDE with code completion, scanning, etc...
Some files use:
/* globals foo, boo, etc */
This should be...
/* global foo, boo, etc */
Attachments (1)
Change History (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The WordPress Customizer appears to use
globalsalso, though there are 60ish references ofglobalin other files.