Missing parentheses

This commit is contained in:
Marc Häfner
2013-10-24 00:43:29 +02:00
parent fa76e2dd21
commit 0d662c3ad2
2 changed files with 2 additions and 2 deletions

View File

@@ -185,7 +185,7 @@
lexedLength: string.length
});
} else {
this.token('STRING', this.escapeLines(string, 0, string.length));
this.token('STRING', this.escapeLines(string), 0, string.length);
}
break;
default: