mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:42:26 +01:00
fix :let - liberator.globalVariables
This commit is contained in:
@@ -286,7 +286,7 @@ function Options() //{{{
|
||||
var str =
|
||||
<table>
|
||||
{
|
||||
template.map(globalVariables, function ([i, value]) {
|
||||
template.map(liberator.globalVariables, function ([i, value]) {
|
||||
let prefix = typeof value == "number" ? "#" :
|
||||
typeof value == "function" ? "*" :
|
||||
" ";
|
||||
@@ -328,7 +328,7 @@ function Options() //{{{
|
||||
if (!reference[0])
|
||||
{
|
||||
if (reference[2] == "g")
|
||||
reference[0] = globalVariables;
|
||||
reference[0] = liberator.globalVariables;
|
||||
else
|
||||
return; // for now
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user