From 219c6d8ba21d3bd9fba4c5a279d06dbca7dd6bad Mon Sep 17 00:00:00 2001 From: "timeless@mozdev.org" Date: Tue, 15 Apr 2008 16:09:18 -0700 Subject: [PATCH] Bug 428255 please spell equals correctly (syntax typo) r=dietrich a=beltzner --- browser/components/places/content/bookmarkProperties.js | 2 +- browser/components/places/content/editBookmarkOverlay.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/browser/components/places/content/bookmarkProperties.js b/browser/components/places/content/bookmarkProperties.js index 001fcab0d41..62c8a67addf 100755 --- a/browser/components/places/content/bookmarkProperties.js +++ b/browser/components/places/content/bookmarkProperties.js @@ -442,7 +442,7 @@ var BookmarkPropertiesPanel = { QueryInterface: function BPP_QueryInterface(aIID) { if (aIID.equals(Ci.nsIMicrosummaryObserver) || - aIID.eqauls(Ci.nsISupports)) + aIID.equals(Ci.nsISupports)) return this; throw Cr.NS_ERROR_NO_INTERFACE; diff --git a/browser/components/places/content/editBookmarkOverlay.js b/browser/components/places/content/editBookmarkOverlay.js index e470595f7c4..888839872a3 100644 --- a/browser/components/places/content/editBookmarkOverlay.js +++ b/browser/components/places/content/editBookmarkOverlay.js @@ -269,7 +269,7 @@ var gEditItemOverlay = { if (aIID.equals(Ci.nsIMicrosummaryObserver) || aIID.equals(Ci.nsIDOMEventListener) || aIID.equals(Ci.nsINavBookmarkObserver) || - aIID.eqauls(Ci.nsISupports)) + aIID.equals(Ci.nsISupports)) return this; throw Cr.NS_ERROR_NO_INTERFACE;