blob: 7f87d082772f892e9c83129cb7a74ad8cee71645 [file] [log] [blame]
module.exports = {
parse: function selectorList() {
return this.createSingleNodeList(
this.SelectorList()
);
}
};