[buddypress-trac] [BuddyPress Trac] #6558: Global javascript variables incorrectly defined
buddypress-trac
noreply at wordpress.org
Thu Jul 16 22:56:39 UTC 2015
#6558: Global javascript variables incorrectly defined
--------------------------------------+-------------------------
Reporter: johnjamesjacoby | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 2.4
Component: Tools - Code Improvement | Version: 2.3.0
Severity: normal | Keywords: 2nd-opinion
--------------------------------------+-------------------------
There are a few places where global variables in javascript files are
defined, which is causing issues in my IDE with code completion, scanning,
etc...
Some files use:
{{{
/* globals foo, boo, etc */
}}}
This should be...
{{{
/* global foo, boo, etc */
}}}
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6558>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list