Update parser-input.js

This commit is contained in:
Bass Jobsen
2015-01-29 11:07:37 +01:00
parent 48b379bbd0
commit d3781258b7

View File

@@ -126,7 +126,7 @@ module.exports = function() {
curr = parserInput.i - currentPos,
endIndex = parserInput.i + current.length - curr,
mem = (parserInput.i += length),
inp = input.replace(/\r\n|\r/gm, "\n"),
inp = input,
c, nextChar, comment;
for (; parserInput.i < endIndex; parserInput.i++) {