Fix minor nitpic wrt to erroreporting
parent
90eb8346db
commit
8854d414d6
|
@ -30,7 +30,7 @@ function buildDesigner(options) {
|
|||
window.waitDialog.destroy();
|
||||
});
|
||||
|
||||
window.onerror = function()
|
||||
window.onerror = function(e)
|
||||
{
|
||||
window.waitDialog.close();
|
||||
window.waitDialog.destroy();
|
||||
|
|
Loading…
Reference in New Issue