variable names

This commit is contained in:
Jeremy Ashkenas 2015-02-18 15:48:45 -05:00
parent 61988fe361
commit 7395ac1d4f
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.