This commit is contained in:
SHIMODA Hiroshi 2010-12-24 12:14:04 +09:00
parent cc66a3723f
commit 9c789c9305

View File

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