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