GoScrobble/web/node_modules/csso/lib/clean/Comment.js

4 lines
85 B
JavaScript
Raw Permalink Normal View History

2022-04-25 02:47:15 +00:00
module.exports = function cleanComment(data, item, list) {
list.remove(item);
};