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