This commit is contained in:
harttle
2017-04-17 22:49:53 +08:00
parent cc2b2ea5d1
commit 2d793a63fe
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ var Scope = {
name = str.slice(i + 2, j);
seq.push(name);
name = '';
i = j + 1;
i = j + 2;
}
}
// foo.bar