blob: c201e7e91d2f495cdec40d37018f89ba5c59ca86 [file] [log] [blame]
var DISALLOW_OF_CLAUSE = false;
module.exports = {
parse: function nth() {
return this.createSingleNodeList(
this.Nth(DISALLOW_OF_CLAUSE)
);
}
};