mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-20 16:57:59 +01:00
@@ -842,7 +842,7 @@ const liberator = (function () //{{{
|
|||||||
// Number
|
// Number
|
||||||
else if (matches = string.match(/^(\d+)$/))
|
else if (matches = string.match(/^(\d+)$/))
|
||||||
{
|
{
|
||||||
return parseInt(match[1], 10);
|
return parseInt(matches[1], 10);
|
||||||
}
|
}
|
||||||
|
|
||||||
let reference = this.variableReference(string);
|
let reference = this.variableReference(string);
|
||||||
|
|||||||
Reference in New Issue
Block a user