From 6b34c683f152efd287cb82dc0949bfb227edf39e Mon Sep 17 00:00:00 2001 From: "sspitzer%mozilla.org" Date: Wed, 12 Dec 2007 21:07:42 +0000 Subject: [PATCH] whitespace clean up, no bug git-svn-id: svn://10.0.0.236/trunk@240939 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/components/places/content/treeView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/browser/components/places/content/treeView.js b/mozilla/browser/components/places/content/treeView.js index df2ee307813..f8c91815cec 100644 --- a/mozilla/browser/components/places/content/treeView.js +++ b/mozilla/browser/components/places/content/treeView.js @@ -722,8 +722,8 @@ PlacesTreeView.prototype = { containerClosed: function PTV_containerClosed(aItem) { this.invalidateContainer(aItem); - }, - + }, + invalidateContainer: function PTV_invalidateContainer(aItem) { NS_ASSERT(this._result, "Got a notification but have no result!"); if (!this._tree)