(minor) ws

This commit is contained in:
cloudhead 2010-06-30 13:20:24 +02:00
parent 4ce7a44bf2
commit f8e6b412bf

View File

@ -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) {