has.js 137 B

1234567
  1. module.exports = {
  2. parse: function() {
  3. return this.createSingleNodeList(
  4. this.SelectorList()
  5. );
  6. }
  7. };