зеркало из https://github.com/mozilla/pjs.git
skin switching fix, r=hyatt
This commit is contained in:
Родитель
82245b123c
Коммит
162abf96eb
|
@ -64,9 +64,8 @@ function nsWidgetStateManager ( aFrameID )
|
|||
return this.pageData[aPageTag][aItemID];
|
||||
},
|
||||
}
|
||||
|
||||
// content area
|
||||
this.contentArea = window.frames[ aFrameID ];
|
||||
|
||||
this.contentID = aFrameID;
|
||||
|
||||
wsm = this;
|
||||
|
||||
|
@ -94,6 +93,12 @@ function nsWidgetStateManager ( aFrameID )
|
|||
|
||||
nsWidgetStateManager.prototype =
|
||||
{
|
||||
contentArea getter:
|
||||
function()
|
||||
{
|
||||
return window.frames[ this.contentID ];
|
||||
},
|
||||
|
||||
savePageData:
|
||||
function ( aPageTag )
|
||||
{
|
||||
|
|
Загрузка…
Ссылка в новой задаче