Sign in
chromium
/
devtools
/
devtools-frontend
/
795b8d034574da8737f2ee9ff4f94de6d000a9a4
/
.
/
node_modules
/
csso
/
lib
/
clean
/
Comment.js
blob: aa80108d1429aecca10cd502ca89964fcad1c3bc [
file
] [
log
] [
blame
]
module
.
exports
=
function
cleanComment
(
data
,
item
,
list
)
{
list
.
remove
(
item
);
};