mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-29 19:04:42 +00:00
chore($parse): remove duplicate comment line
This commit is contained in:
parent
f6435044dc
commit
bd03a556c0
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ var $parseMinErr = minErr('$parse');
|
||||||
// access to any member named "constructor".
|
// access to any member named "constructor".
|
||||||
//
|
//
|
||||||
// For reflective calls (a[b]) we check that the value of the lookup is not the Function constructor while evaluating
|
// For reflective calls (a[b]) we check that the value of the lookup is not the Function constructor while evaluating
|
||||||
// For reflective calls (a[b]) we check that the value of the lookup is not the Function constructor while evaluating
|
|
||||||
// the expression, which is a stronger but more expensive test. Since reflective calls are expensive anyway, this is not
|
// the expression, which is a stronger but more expensive test. Since reflective calls are expensive anyway, this is not
|
||||||
// such a big deal compared to static dereferencing.
|
// such a big deal compared to static dereferencing.
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue