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