1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-29 20:21:14 +03:00

more JSHint

This commit is contained in:
deepsweet
2012-11-27 16:53:05 +02:00
parent 12d661c98f
commit bb6323c7f8
17 changed files with 20 additions and 30 deletions

View File

@ -2,12 +2,11 @@
* Remove attributes with empty values.
*
* @param {Object} item current iteration item
* @param {Object} params plugin params
* @return {Boolean} if false, item will be filtered out
*
* @author Kir Belevich
*/
exports.removeEmptyAttrs = function(item, params) {
exports.removeEmptyAttrs = function(item) {
if (item.elem) {