mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 06:55:25 +00:00
4 lines
83 B
JavaScript
4 lines
83 B
JavaScript
export default function cleanComment(data, item, list) {
|
|
list.remove(item);
|
|
};
|