removed unneeded function rethrow from scope which was interfering with the test rethrow function

This commit is contained in:
Misko Hevery 2010-10-15 10:55:58 -07:00
parent 7903f4d940
commit de66a319b4

View file

@ -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);
}