Skip to content

Commit

Permalink
Enable exposeGlobal for testing (window.fuel)
Browse files Browse the repository at this point in the history
  • Loading branch information
deathcap committed Feb 2, 2014
1 parent b4f7ff0 commit 4a7d0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ main = () ->
loadingTime = Date.now() - window.performance.timing.navigationStart
console.log "User-perceived page loading time: #{loadingTime / 1000}s"

fuel {require:require, pluginOpts:
fuel {require:require, exposeGlobal:true, pluginOpts:
'voxel-engine':
appendDocument: true
exposeGlobal: true # for debugging
Expand Down

0 comments on commit 4a7d0ce

Please sign in to comment.