mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-14 01:07:55 -05:00
variable names
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user