(minor) formatting

This commit is contained in:
cloudhead
2010-05-18 19:51:24 -04:00
parent 414fbc9dd4
commit 61c2b5877a

View File

@@ -300,7 +300,7 @@ less.Parser = function Parser(env) {
primary: function () {
var node, root = [];
while (node = $(this.mixin.definition) || $(this.rule) || $(this.ruleset) ||
while (node = $(this.mixin.definition) || $(this.rule) || $(this.ruleset) ||
$(this.mixin.call) || $(this.comment) ||
$(/[\n\s]+/g) || $(this.directive)) {
root.push(node);