mirror of
https://github.com/svg/svgo.git
synced 2025-07-29 20:21:14 +03:00
more JSHint
This commit is contained in:
@ -20,12 +20,11 @@ var inheritableAttrs = require('./_collections').inheritableAttrs;
|
||||
* </g>
|
||||
*
|
||||
* @param {Object} item current iteration item
|
||||
* @param {Object} params plugin params
|
||||
* @return {Boolean} if false, item will be filtered out
|
||||
*
|
||||
* @author Kir Belevich
|
||||
*/
|
||||
exports.moveElemsAttrsToGroup = function(item, params) {
|
||||
exports.moveElemsAttrsToGroup = function(item) {
|
||||
|
||||
if (item.isElem('g') && !item.isEmpty() && item.content.length > 1) {
|
||||
|
||||
|
Reference in New Issue
Block a user