mirror of
https://github.com/svg/svgo.git
synced 2025-07-28 09:22:00 +03:00
global refactoring dump
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
'use strict';
|
||||
|
||||
exports.type = 'perItem';
|
||||
|
||||
exports.active = true;
|
||||
|
||||
/**
|
||||
* Remove <metadata>.
|
||||
*
|
||||
@ -10,7 +14,7 @@
|
||||
*
|
||||
* @author Kir Belevich
|
||||
*/
|
||||
exports.removeMetadata = function(item) {
|
||||
exports.fn = function(item) {
|
||||
|
||||
return !item.isElem('metadata');
|
||||
|
||||
|
Reference in New Issue
Block a user