diff options
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js index ff485bc3..471bbc96 100644 --- a/src/library.js +++ b/src/library.js @@ -113,7 +113,7 @@ var Library = { } next = {{{ makeGetValue(0, 'textIndex+1', 'i8') }}}; } - if (next == 'l'.charCodeAt(0)) { + if (next == 'l'.charCodeAt(0) || next == 'L'.charCodeAt(0)) { textIndex++; next = {{{ makeGetValue(0, 'textIndex+1', 'i8') }}}; } |