Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(Angular.js): prevent Error variable name leak in tests
Remove var Error = window.Error window.Error is a read-only property in Apps Script. Igor says, "we should just delete that line instead. I think it was misko's attempt to get better closure minification, but it turns out that it's actually hurting us after gzip (I verified it)."
- Loading branch information