Skip to content

Commit

Permalink
Merge pull request chuanxshi#24 from davej/patch-1
Browse files Browse the repository at this point in the history
Added missing curly brace.
  • Loading branch information
chuanxshi committed Jan 17, 2012
2 parents 4e339c7 + 098133c commit 3c1e9d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions general-patterns/for-in-loops.html
Expand Up @@ -25,6 +25,7 @@
if (man.hasOwnProperty(i)) { // filter
console.log(i, ":", man[i]);
}
}
/*
result in the console
hands : 2
Expand Down

0 comments on commit 3c1e9d7

Please sign in to comment.