Skip to content

Commit

Permalink
Ignore 'script*' global leak in chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Huang committed Sep 25, 2012
1 parent 9aa632f commit 353cb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link href="/support/mocha.css" rel="stylesheet" media="screen" />
<script src="/support/jquery.js"></script>
<script src="/support/mocha.js"></script>
<script>mocha.setup('bdd');</script>
<script>mocha.setup({ ui: 'bdd', globals: ['script*']});</script>
<script src="/expect.js"></script>
<script src="/test/expect.js"></script>
<script>window.onload = mocha.run;</script>
Expand Down

0 comments on commit 353cb1e

Please sign in to comment.