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