mirror of
https://github.com/svg/svgo.git
synced 2025-07-29 20:21:14 +03:00
Fix lint
This commit is contained in:
@ -104,7 +104,7 @@ function parseViewBox(svg) {
|
||||
var path = new JSAPI({
|
||||
type: 'element',
|
||||
name: 'path',
|
||||
content: []
|
||||
content: [],
|
||||
});
|
||||
path.addAttr({
|
||||
name: 'd',
|
||||
|
Reference in New Issue
Block a user