mirror of
https://github.com/svg/svgo.git
synced 2025-07-29 20:21:14 +03:00
'use strict' motherfucker! do you use it?!
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
var regEnableBackground = /^new\s0\s0\s(\d+)\s(\d+)$/,
|
||||
elems = ['svg', 'mask', 'pattern'];
|
||||
|
||||
|
Reference in New Issue
Block a user