khomesh24 / pagure

Forked from pagure 6 years ago
Clone

797b3ea Declare all variables for stats JS

1 file Authored by lsedlar 6 years ago, Committed by pingou 6 years ago,
    Declare all variables for stats JS
    
    Also use function declaration instead of assigning anonymous functions
    to variables. Such functions don't require a semicolon, so these can be
    removed.
    
    Semicolons are added after statements that were missing them.
    
        
file modified
+15 -17