ブックマークのプロパティの初期化処理が何度も走っていた
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4883 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
68b5c8cdcf
commit
4e5870b43b
@ -27,7 +27,7 @@ var TreeStyleEditableBookmarkService = {
|
||||
|
||||
init : function()
|
||||
{
|
||||
window.removeEventListener('load', this, false);
|
||||
window.removeEventListener('DOMContentLoaded', this, false);
|
||||
|
||||
eval('gEditItemOverlay._showHideRows = '+gEditItemOverlay._showHideRows.toSource().replace(
|
||||
'this._element("keywordRow").collapsed',
|
||||
|
@ -2921,7 +2921,7 @@ TreeStyleTabBrowser.prototype = {
|
||||
}, 0, this.getTabBrowserFromChild(parentTab));
|
||||
}
|
||||
},
|
||||
detachTab : function(aChild, aInfo) // alias
|
||||
detachTab : function(aChild, aInfo) // alias (unstable API!)
|
||||
{
|
||||
return this.partTab(aChild, aInfo);
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user