[buddypress-trac] [BuddyPress Trac] #6558: Global javascript variables incorrectly defined
    buddypress-trac 
    noreply at wordpress.org
       
    Thu Jul 16 22:57:08 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                    |  Resolution:
 Keywords:  2nd-opinion               |
--------------------------------------+--------------------
Description changed by johnjamesjacoby:
Old description:
> 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 */
> }}}
New description:
 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 */
 }}}
--
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6558#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
    
    
More information about the buddypress-trac
mailing list