From ea4213bbd014f69894cac3b508ddc9463908e674 Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Sun, 13 Oct 2002 22:34:36 +0000 Subject: [PATCH] Remove a useless comment. git-svn-id: svn://10.0.0.236/trunk@131928 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/base/content/browser.js | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/mozilla/browser/base/content/browser.js b/mozilla/browser/base/content/browser.js index 29a3acda181..5b315ae24b3 100644 --- a/mozilla/browser/base/content/browser.js +++ b/mozilla/browser/base/content/browser.js @@ -327,7 +327,7 @@ function Startup() appCore.startPageCycler(); #else // only load url passed in when we're not page cycling - var uriToLoad; + var uriToLoad = null; // Check for window.arguments[0]. If present, use that for uriToLoad. if ("arguments" in window && window.arguments.length >= 1 && window.arguments[0]) @@ -3284,15 +3284,6 @@ function focusSearchBar() } } -/*------------------------------ nsContextMenu --------------------------------- -| This JavaScript "class" is used to implement the browser's content-area | -| context menu. | -| | -| For usage, see references to this class in navigator.xul. | -| | -| Currently, this code is relatively useless for any other purpose. In the | -| longer term, this code will be restructured to make it more reusable. | -------------------------------------------------------------------------------*/ const IMAGEPERMISSION = 1; function nsContextMenu( xulMenu ) { this.target = null;