Skip to content

Commit

Permalink
Missing semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
emackey committed Dec 10, 2011
1 parent 26fd5d1 commit a5d0e0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/assets/js/helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function initialize_compressor(){
}

function initialize_helper() {
window.onhashchange = function() { load_url_code(); }
window.onhashchange = function() { load_url_code(); };

if ( !localStorage.getItem('glslsandbox_user') )
localStorage.setItem('glslsandbox_user', generate_user_id());
Expand Down

0 comments on commit a5d0e0e

Please sign in to comment.