1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 21:37:57 +01:00
Thanks snaka72.
This commit is contained in:
anekos
2009-02-12 13:50:10 +09:00
parent fddfb00803
commit 49ec231eda

View File

@@ -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);