Sign in
chromium
/
devtools
/
devtools-frontend
/
3c3cd80fc6c3155451e67f5dc80bc8811368d9ce
/
.
/
node_modules
/
css-tree
/
lib
/
syntax
/
pseudo
/
common
/
nth.js
blob: c201e7e91d2f495cdec40d37018f89ba5c59ca86 [
file
]
var
DISALLOW_OF_CLAUSE
=
false
;
module
.
exports
=
{
parse
:
function
nth
()
{
return
this
.
createSingleNodeList
(
this
.
Nth
(
DISALLOW_OF_CLAUSE
)
);
}
};