Skip to content

Commit

Permalink
fix dirsToDrop
Browse files Browse the repository at this point in the history
  • Loading branch information
kripken committed Apr 22, 2013
1 parent 5827eec commit 2f02dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion banana/game/headless.js
Expand Up @@ -17,7 +17,7 @@ var window = {
search: '?low,low,asm,benchmark,deterministic',
},
onIdle: function(){ headlessPrint('triggering click'); document.querySelector('.fullscreen-button.low-res').callEventListeners('click'); window.onIdle = null; },
dirsToDrop: 1, // go back to root dir if first_js is in a subdir
dirsToDrop: 0, // go back to root dir if first_js is in a subdir
//

headless: true,
Expand Down

0 comments on commit 2f02dfb

Please sign in to comment.