mirror of
https://github.com/svg/svgo.git
synced 2025-07-29 20:21:14 +03:00
more JSHint
This commit is contained in:
@ -12,12 +12,11 @@ var regEnableBackground = /^new\s0\s0\s(\d+)\s(\d+)$/,
|
||||
* <svg width="100" height="50">
|
||||
*
|
||||
* @param {Object} item current iteration item
|
||||
* @param {Object} params plugin params
|
||||
* @return {Boolean} if false, item will be filtered out
|
||||
*
|
||||
* @author Kir Belevich
|
||||
*/
|
||||
exports.cleanupEnableBackground = function(item, params) {
|
||||
exports.cleanupEnableBackground = function(item) {
|
||||
|
||||
if (
|
||||
item.isElem(elems) &&
|
||||
|
Reference in New Issue
Block a user