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);