highlight the mysterious nature of the display bug

This commit is contained in:
Gwenhael Le Moine 2011-07-14 12:48:57 +02:00
parent 0a59d7ba9d
commit b7bb9f32d6

View file

@ -329,7 +329,7 @@ function initialize_a_star( dom_container ) {
start_loop( ); 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) // not to refresh the first time (before any event)
setTimeout( function(){ display_level( ); }, 100 ); // 1/10 second setTimeout( function(){ display_level( ); }, 100 ); // 1/10 second
} }