revert custom onerror bubbling

This commit is contained in:
guybedford 2015-08-13 15:04:41 +02:00
parent 28cc366275
commit 96a906a2e1

View File

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