Output error
This commit is contained in:
parent
3f59a46efe
commit
de50d19993
@ -80,8 +80,10 @@ var TreeStyleTabWindowHelper = {
|
||||
result = window.__treestyletab__openLinkIn.apply(this, [aUrl, aWhere, aParams].concat(aArgs));
|
||||
}
|
||||
catch(e) {
|
||||
dump(e+'\n');
|
||||
}
|
||||
delete window.__treestyletab__openLinkIn_extraParams;
|
||||
if (window.__treestyletab__openLinkIn_extraParams)
|
||||
delete window.__treestyletab__openLinkIn_extraParams;
|
||||
return result;
|
||||
};
|
||||
|
||||
@ -96,8 +98,10 @@ var TreeStyleTabWindowHelper = {
|
||||
result = window.__treestyletab__handleLinkClick.apply(this, [aEvent, aHref, aLinkNode].concat(aArgs));
|
||||
}
|
||||
catch(e) {
|
||||
dump(e+'\n');
|
||||
}
|
||||
delete window.__treestyletab__openLinkIn_extraParams;
|
||||
if (window.__treestyletab__openLinkIn_extraParams)
|
||||
delete window.__treestyletab__openLinkIn_extraParams;
|
||||
return result;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user