1
0
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:
deepsweet
2012-11-27 22:51:31 +02:00
parent a1ff678610
commit 5485010269
38 changed files with 75 additions and 1 deletions

View File

@ -1,3 +1,5 @@
'use strict';
var regEnableBackground = /^new\s0\s0\s(\d+)\s(\d+)$/,
elems = ['svg', 'mask', 'pattern'];