Skip to content

Commit

Permalink
WTF?
Browse files Browse the repository at this point in the history
  • Loading branch information
yappo committed Mar 20, 2010
1 parent 27ec51f commit 5491cdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/JSTAPd/Contents.pm
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,9 @@ function all_tests_finish(){
if (run_once) {
get('exit', {}, function(r){ /* nothing response */ });
if (auto_open) window.close();
setTimeout(function(){
if (auto_open) window.close();
}, 100);
}
}
Expand Down

0 comments on commit 5491cdf

Please sign in to comment.