mirror of
https://github.com/SamEyeBam/animate.git
synced 2025-09-28 06:55:25 +00:00
8 lines
114 B
JavaScript
8 lines
114 B
JavaScript
'use strict';
|
|
|
|
function cleanComment(data, item, list) {
|
|
list.remove(item);
|
|
}
|
|
|
|
module.exports = cleanComment;
|