Sign in
◑
Theme
chromium
/
devtools
/
devtools-frontend
/
c94de04e0e543e48c44ec821546341b0d2042f6f
/
.
/
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
)
);
}
};