mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-22 15:27:58 +01:00
declare undeclared variable 'element'
This commit is contained in:
@@ -242,7 +242,7 @@ function help(section, easter) //{{{
|
|||||||
.snapshotItem(0);
|
.snapshotItem(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
element = findSectionElement(section);
|
var element = findSectionElement(section);
|
||||||
if (!element)
|
if (!element)
|
||||||
{
|
{
|
||||||
var firstChar = section.charAt(0);
|
var firstChar = section.charAt(0);
|
||||||
|
|||||||
Reference in New Issue
Block a user