mirror of
https://github.com/less/less.js.git
synced 2026-01-24 22:58:04 -05:00
Merge pull request #1815 from oyejorge/patch-5
Correct arguments for tree.Element
This commit is contained in:
@@ -405,7 +405,7 @@ tree.Ruleset.prototype = {
|
||||
// it is not lost
|
||||
if (sel.length > 0) {
|
||||
sel[0].elements = sel[0].elements.slice(0);
|
||||
sel[0].elements.push(new(tree.Element)(el.combinator, '', 0, el.index, el.currentFileInfo));
|
||||
sel[0].elements.push(new(tree.Element)(el.combinator, '', el.index, el.currentFileInfo));
|
||||
}
|
||||
selectorsMultiplied.push(sel);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user