mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
cleanup(parser): removed unused method
This commit is contained in:
parent
bd04316a89
commit
f684f20c99
1 changed files with 0 additions and 5 deletions
|
|
@ -727,11 +727,6 @@ function getterFn(path) {
|
|||
|
||||
///////////////////////////////////
|
||||
|
||||
// TODO(misko): Should this function be public?
|
||||
function compileExpr(expr) {
|
||||
return parser(expr).statements();
|
||||
}
|
||||
|
||||
// TODO(misko): Deprecate? Remove!
|
||||
// I think that compilation should be a service.
|
||||
function expressionCompile(exp) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue