Files
2019-07-24 18:16:32 +01:00

8 lines
150 B
JavaScript

module.exports = {
parse: function compoundSelector() {
return this.createSingleNodeList(
this.Selector()
);
}
};