animate/webGl/my-threejs-test/node_modules/csso/lib/clean/Comment.js

4 lines
83 B
JavaScript
Raw Normal View History

2024-06-24 09:24:00 +00:00
export default function cleanComment(data, item, list) {
list.remove(item);
};