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