daae60 Declare the sse variable before trying to use it

Authored and Committed by Pierre-Yves Chibon 8 years ago
    Declare the sse variable before trying to use it
    
    This was breaking the behavior of the asynchronous commenting as the JS was
    checking if sse was true or false, but sse wasn't defined by default