mirror of
https://github.com/jashkenas/coffeescript.git
synced 2022-11-09 12:23:24 -05:00
variable names
This commit is contained in:
parent
61988fe361
commit
7395ac1d4f
2 changed files with 2 additions and 2 deletions
|
@ -1211,7 +1211,7 @@ Expressions
|
|||
dynamically name properties.
|
||||
</li>
|
||||
<li>
|
||||
Internal compiler names no longer start with underscores. This makes
|
||||
Internal compiler variable names no longer start with underscores. This makes
|
||||
the generated JavaScript a bit prettier, and also fixes an issue with
|
||||
the completely broken and ungodly way that AngularJS "parses" function
|
||||
arguments.
|
||||
|
|
|
@ -2503,7 +2503,7 @@ task(<span class="string">'build:parser'</span>, <span class="string">'rebuild t
|
|||
dynamically name properties.
|
||||
</li>
|
||||
<li>
|
||||
Internal compiler names no longer start with underscores. This makes
|
||||
Internal compiler variable names no longer start with underscores. This makes
|
||||
the generated JavaScript a bit prettier, and also fixes an issue with
|
||||
the completely broken and ungodly way that AngularJS "parses" function
|
||||
arguments.
|
||||
|
|
Loading…
Reference in a new issue