diff options
| author | Misko Hevery | 2011-04-05 11:00:26 -0700 |
|---|---|---|
| committer | Misko Hevery | 2011-06-08 15:01:32 -0700 |
| commit | 0e17ade959cc77369dc102d180e43be2af68505a (patch) | |
| tree | 334c001ee00005eb3f67325523feb2afd961fdad /src/Scope.js | |
| parent | bb67ee8d28f2cddb4b503dc8909649994a4d67e1 (diff) | |
| download | angular.js-0e17ade959cc77369dc102d180e43be2af68505a.tar.bz2 | |
Cleanup parser code to expose smaller API
Diffstat (limited to 'src/Scope.js')
| -rw-r--r-- | src/Scope.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Scope.js b/src/Scope.js index bf582474..1ab583e8 100644 --- a/src/Scope.js +++ b/src/Scope.js @@ -92,7 +92,6 @@ function expressionCompile(exp){ if (!fn) { var p = parser(exp); var fnSelf = p.statements(); - p.assertAllConsumed(); fn = compileCache[exp] = extend( function(){ return fnSelf(this);}, {fnSelf: fnSelf}); |
