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:
parent
9590ad7622
commit
f80a8a5120
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue