We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f643504 commit bd03a55Copy full SHA for bd03a55
1 file changed
src/ng/parse.js
@@ -16,7 +16,6 @@ var $parseMinErr = minErr('$parse');
16
// access to any member named "constructor".
17
//
18
// 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
20
// the expression, which is a stronger but more expensive test. Since reflective calls are expensive anyway, this is not
21
// such a big deal compared to static dereferencing.
22
0 commit comments