mirror of
https://github.com/systemjs/systemjs.git
synced 2026-02-01 15:59:54 +00:00
revert custom onerror bubbling
This commit is contained in:
parent
28cc366275
commit
96a906a2e1
@ -60,8 +60,6 @@ var __exec;
|
||||
var e;
|
||||
window.onerror = function(_e) {
|
||||
e = addToError(_e, 'Evaluating ' + load.address);
|
||||
if (onerror)
|
||||
onerror.apply(this, arguments);
|
||||
}
|
||||
preExec(this);
|
||||
head.appendChild(script);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user