Skip to content

Commit bd03a55

Browse files
committed
chore($parse): remove duplicate comment line
1 parent f643504 commit bd03a55

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ng/parse.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ var $parseMinErr = minErr('$parse');
1616
// access to any member named "constructor".
1717
//
1818
// For reflective calls (a[b]) we check that the value of the lookup is not the Function constructor while evaluating
19-
// For reflective calls (a[b]) we check that the value of the lookup is not the Function constructor while evaluating
2019
// the expression, which is a stronger but more expensive test. Since reflective calls are expensive anyway, this is not
2120
// such a big deal compared to static dereferencing.
2221
//

0 commit comments

Comments
 (0)