Sign in
chromium
/
devtools
/
devtools-frontend
/
ec00a13ce62ddc9f5697a4e4d30dfcafaacd9fc2
/
.
/
node_modules
/
css-tree
/
lib
/
syntax
/
pseudo
/
common
/
nthWithOfClause.js
blob: 527bd1a337a35572815f55201b8bfafed2bcd6cc [
file
]
var
ALLOW_OF_CLAUSE
=
true
;
module
.
exports
=
{
parse
:
function
nthWithOfClause
()
{
return
this
.
createSingleNodeList
(
this
.
Nth
(
ALLOW_OF_CLAUSE
)
);
}
};