fix typo
This commit is contained in:
parent
cc66a3723f
commit
9c789c9305
@ -3583,7 +3583,7 @@ TreeStyleTabBrowser.prototype = {
|
||||
|
||||
// for backward compatibility
|
||||
event = document.createEvent('Events');
|
||||
event.initEvent(this.kEVENT_TYPE_DETACHED.replpace(/^nsDOM/, ''), true, false);
|
||||
event.initEvent(this.kEVENT_TYPE_DETACHED.replace(/^nsDOM/, ''), true, false);
|
||||
event.parentTab = parentTab;
|
||||
aChild.dispatchEvent(event);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user