1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 07:18:00 +01:00

declare undeclared variable 'element'

This commit is contained in:
Doug Kearns
2007-06-29 04:30:38 +00:00
parent 8cd219f400
commit 07692d84ba

View File

@@ -242,7 +242,7 @@ function help(section, easter) //{{{
.snapshotItem(0);
}
element = findSectionElement(section);
var element = findSectionElement(section);
if (!element)
{
var firstChar = section.charAt(0);