ブックマークのプロパティの初期化処理が何度も走っていた

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4883 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-08-09 23:47:51 +00:00
parent 68b5c8cdcf
commit 4e5870b43b
2 changed files with 2 additions and 2 deletions

View File

@ -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',

View File

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