From b7bb9f32d62e28db36558fbab4b2700b70ffaff2 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Thu, 14 Jul 2011 12:48:57 +0200 Subject: [PATCH] highlight the mysterious nature of the display bug --- star.js/js/star.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/star.js/js/star.js b/star.js/js/star.js index b1e9245..13c26d3 100644 --- a/star.js/js/star.js +++ b/star.js/js/star.js @@ -329,7 +329,7 @@ function initialize_a_star( dom_container ) { start_loop( ); - // kinda ugly workaround around a bug causing the canvas + // kinda ugly workaround around a mysterious bug causing the canvas // not to refresh the first time (before any event) setTimeout( function(){ display_level( ); }, 100 ); // 1/10 second }