This commit is contained in:
ben%netscape.com 2000-05-28 09:14:44 +00:00
Родитель 82245b123c
Коммит 162abf96eb
1 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

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