(minor) ws
This commit is contained in:
parent
4ce7a44bf2
commit
f8e6b412bf
@ -198,7 +198,7 @@ less.Parser = function Parser(env) {
|
||||
input = str.replace(/\r\n/g, '\n');
|
||||
|
||||
// Split the input into chunks,
|
||||
// delimited by /\n\n/ and
|
||||
// delimited by /\n\n/ and
|
||||
// removing comments (see rationale above),
|
||||
// depending on the level of optimization.
|
||||
if (that.optimization > 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user