mirror of
https://github.com/svg/svgo.git
synced 2025-07-31 07:44:22 +03:00
more JSHint
This commit is contained in:
@ -2,12 +2,11 @@
|
||||
* Remove unused namespaces declaration.
|
||||
*
|
||||
* @param {Object} item current iteration item
|
||||
* @param {Object} params plugin params
|
||||
* @return {Boolean} if false, item will be filtered out
|
||||
*
|
||||
* @author Kir Belevich
|
||||
*/
|
||||
exports.removeUnusedNS = function(data, params) {
|
||||
exports.removeUnusedNS = function(data) {
|
||||
|
||||
var svgElem,
|
||||
xmlnsCollection = [];
|
||||
|
Reference in New Issue
Block a user