Skip to content
This repository has been archived by the owner on Oct 23, 2019. It is now read-only.

Commit

Permalink
fixed typo in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Giammarchi committed Mar 14, 2013
1 parent 88a9a99 commit 2e46899
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
var TESTS = ["circular-json"];
</script>
<script>// don't change code here
for(var i = 0; i < TESTS.length; ++i && document.write('<script src="build/' + TESTS + '.max.js"><' + '/script>'));
for(var i = 0; i < TESTS.length; ++i && document.write('<script src="build/' + TESTS[i - 1] + '.max.js"><' + '/script>'));
function wru(wru){
var
all = [],
Expand Down
3 changes: 2 additions & 1 deletion test/benchmark.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2e46899

Please sign in to comment.