You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: general-patterns/function-declarations.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
39
39
40
40
// named function expression + 'F'
41
41
/* Benefits:
42
-
* 1. Get's rid of (anonymous function) in stack traces
42
+
* 1. Gets rid of (anonymous function) in stack traces
43
43
* 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)
0 commit comments