Skip to content

Commit

Permalink
Corrected accidentaly removed brackets around function definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiSG committed Mar 12, 2012
1 parent 0ba3e9a commit fec6122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Expand Up @@ -290,8 +290,9 @@
</code></pre></td>

<td><pre><code class="javascript">
function f()
function f() {
console.log(arguments);
}
</code></pre></td>

</tr>
Expand Down

0 comments on commit fec6122

Please sign in to comment.