Skip to content

Commit b05b964

Browse files
committed
resolved merge conflict
1 parent 4b7988e commit b05b964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎general-patterns/function-declarations.html‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
// named function expression + 'F'
4141
/* Benefits:
42-
* 1. Get's rid of (anonymous function) in stack traces
42+
* 1. Gets rid of (anonymous function) in stack traces
4343
* 2. 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)
4444
*/
4545
vargetData=functiongetDataF(){

0 commit comments

Comments
(0)