Remove observer in destructor. r/sr=hewitt

This commit is contained in:
blakeross%telocity.com 2001-12-05 05:36:07 +00:00
Родитель ee6f9e0165
Коммит d7ba09d346
2 изменённых файлов: 5 добавлений и 1 удалений

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

@ -77,7 +77,8 @@ function Shutdown ()
win.setAttribute("height", outerHeight);
win.setAttribute("width", outerWidth);
gBookmarksShell.flushDataSource();
var bookmarksView = document.getElementById("bookmarks-view");
bookmarksView.flushBMDatasource();
}
function updateSendLinkItem()

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

@ -95,6 +95,9 @@
this._bundle = stringBundleService.createBundle(bundleURL, localeService.GetApplicationLocale());
setTimeout(this.refreshSort, 0, this);
]]></constructor>
<destructor><![CDATA[
this.outlinerBuilder.removeObserver(this.builderObserver);
]]></destructor>
<property name="outlinerBoxObject">
<getter><![CDATA[