From 07692d84bacad9f89e7cf8eac8e5dd8273b4231d Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 29 Jun 2007 04:30:38 +0000 Subject: [PATCH] declare undeclared variable 'element' --- chrome/content/vimperator/help.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/vimperator/help.js b/chrome/content/vimperator/help.js index 61b1d7aa..f0956be5 100644 --- a/chrome/content/vimperator/help.js +++ b/chrome/content/vimperator/help.js @@ -242,7 +242,7 @@ function help(section, easter) //{{{ .snapshotItem(0); } - element = findSectionElement(section); + var element = findSectionElement(section); if (!element) { var firstChar = section.charAt(0);