This commit is contained in:
Brody Berg 2010-08-03 22:59:17 -07:00
parent f43c79c101
commit 4d2dd337f6
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ coffee --print app/scripts/*.coffee > concatenation.js</pre>
</p>
<%= code_for('scope', 'inner') %>
<p>
Notice how the all of the variable declarations have been pushed up to
Notice how all of the variable declarations have been pushed up to
the top of the closest scope, the first time they appear.
<b>outer</b> is not redeclared within the inner function, because it's
already in scope; <b>inner</b> within the function, on the other hand,