mirror of
https://github.com/less/less.js.git
synced 2026-04-09 03:00:20 -04:00
removed debugger statement mistakenly left out.
This commit is contained in:
@@ -442,7 +442,6 @@ less.Parser = function Parser(env) {
|
||||
if (matched) { continue; }
|
||||
return fail("unmatched `" + String.fromCharCode(cc) + "`", currentChunkStartIndex);
|
||||
case 47: // /, check for comment
|
||||
// if (chunks.length >= 47) debugger;
|
||||
if (parenLevel || (parserCurrentIndex == len - 1)) { continue; }
|
||||
cc2 = input.charCodeAt(parserCurrentIndex + 1);
|
||||
if (cc2 == 47) {
|
||||
|
||||
Reference in New Issue
Block a user