Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[doc] missing '}' #73
  • Loading branch information
blakmatrix committed Nov 30, 2012
1 parent 4e47475 commit d150267
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -58,6 +58,7 @@ The reason this happens is because each timeout is created and then `i` is incre
console.log(i);
}, i);
})(i);
}

This gives the proper output:

Expand Down

0 comments on commit d150267

Please sign in to comment.