mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +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;
|
||||
}
|
||||
|
||||
function rethrow(e) { throw e; }
|
||||
function errorHandlerFor(element, error) {
|
||||
elementError(element, NG_EXCEPTION, isDefined(error) ? toJson(error) : error);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue