1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 08:38:00 +01:00

Document . mapping

This commit is contained in:
Kris Maglione
2008-10-11 14:41:09 +00:00
parent f95f1238b5
commit e0fd2718e8
4 changed files with 18 additions and 4 deletions

View File

@@ -292,7 +292,7 @@ liberator.Completion = function () //{{{
{
case "(":
/* Function call, or if/while/for/... */
if (/\w$/.test(lastNonwhite))
if (/\w\d$/.test(lastNonwhite))
{
top[FUNCTIONS].push(i);
top[STATEMENTS].pop();