1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Change a bad link in documentation

This commit is contained in:
nvignola 2016-02-29 23:00:27 +00:00
parent 9590ad7622
commit f80a8a5120

View file

@ -811,7 +811,7 @@ Expressions
object that the current function is attached to. If you pass a function as object that the current function is attached to. If you pass a function as
a callback or attach it to a different object, the original value of <code>this</code> a callback or attach it to a different object, the original value of <code>this</code>
will be lost. If you're not familiar with this behavior, will be lost. If you're not familiar with this behavior,
<a href="http://www.digital-web.com/articles/scope_in_javascript/">this Digital Web article</a> <a href="http://64.13.255.16/articles/scope_in_javascript/">this Digital Web article</a>
gives a good overview of the quirks. gives a good overview of the quirks.
</p> </p>
<p> <p>