mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 12:01:00 +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;
|