// comments

This commit is contained in:
cloudhead 2010-02-25 17:59:28 -05:00
parent 6e22c810d0
commit a3b1ef0fd6

View File

@ -159,7 +159,8 @@ less.parser = {
var node;
while (node = $(this.ruleset, []) || $(this.rule) || $(this.mixin.definition, []) ||
$(this.mixin.call) || $(/\/\*([^*]|\*+[^\/*])*\*+\//g) || $(/[\n\s]+/g) || $(this.directive)) {
$(this.mixin.call) || $(/\/\*([^*]|\*+[^\/*])*\*+\//g) || $(/\/\/.*/g) ||
$(/[\n\s]+/g) || $(this.directive)) {
root.push(node);
}
return root;