diff options
| author | Igor Minar | 2013-08-13 14:17:18 -0700 | 
|---|---|---|
| committer | Igor Minar | 2013-08-13 14:17:18 -0700 | 
| commit | bd03a556c0804c2d40f2fc61b910ca968b27c202 (patch) | |
| tree | f29d34333d2768f314fc18e21d3a6f5e6df3fbcf /src | |
| parent | f6435044dcf816b9596330b69a0a9568724d6c7c (diff) | |
| download | angular.js-bd03a556c0804c2d40f2fc61b910ca968b27c202.tar.bz2 | |
chore($parse): remove duplicate comment line
Diffstat (limited to 'src')
| -rw-r--r-- | src/ng/parse.js | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/src/ng/parse.js b/src/ng/parse.js index 7c244bd8..9eeb1439 100644 --- a/src/ng/parse.js +++ b/src/ng/parse.js @@ -16,7 +16,6 @@ var $parseMinErr = minErr('$parse');  // 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  // 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.  // | 
