mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
Update parser-input.js
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user