mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-03-29 00:09:01 +08:00
removed unneeded function rethrow from scope which was interfering with the test rethrow function
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user