Skip to content

Commit

Permalink
Update function-declarations.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepe Bawagan committed Jun 10, 2013
1 parent adb7570 commit 9232447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion general-patterns/function-declarations.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

// named function expression + 'F'
/* Benefits:
* 1. Get's rid of (anonymous funciton) in stack traces
* 1. Get's rid of (anonymous function) in stack traces
* 2. Recurse by calling the name + 'F'
* 3. Doesn't break an IE (well, unless there's a function name collision of the sort described here: https://github.com/jashkenas/coffee-script/issues/366#issuecomment-242134)
*/
Expand Down

0 comments on commit 9232447

Please sign in to comment.