mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
cleanup(parser): remove unused method
This commit is contained in:
parent
e4303a1f3a
commit
fc7834f9ac
1 changed files with 1 additions and 2 deletions
|
|
@ -246,8 +246,7 @@ function parser(text, json){
|
|||
return {
|
||||
assignable: assertConsumed(assignable),
|
||||
primary: assertConsumed(primary),
|
||||
statements: assertConsumed(statements),
|
||||
filter: assertConsumed(filter)
|
||||
statements: assertConsumed(statements)
|
||||
};
|
||||
|
||||
function assertConsumed(fn) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue