mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 23:34:42 +00:00
removed unneeded function rethrow from scope which was interfering with the test rethrow function
This commit is contained in:
parent
7903f4d940
commit
de66a319b4
1 changed files with 0 additions and 1 deletions
|
|
@ -100,7 +100,6 @@ function expressionCompile(exp){
|
||||||
return fn;
|
return fn;
|
||||||
}
|
}
|
||||||
|
|
||||||
function rethrow(e) { throw e; }
|
|
||||||
function errorHandlerFor(element, error) {
|
function errorHandlerFor(element, error) {
|
||||||
elementError(element, NG_EXCEPTION, isDefined(error) ? toJson(error) : error);
|
elementError(element, NG_EXCEPTION, isDefined(error) ? toJson(error) : error);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue