1
0
mirror of https://github.com/svg/svgo.git synced 2025-07-28 09:22:00 +03:00

Loosed fixes

This commit is contained in:
GreLI
2016-08-25 22:18:04 +03:00
parent d9e670c210
commit cf20f5c6ca
2 changed files with 6 additions and 9 deletions

View File

@ -132,7 +132,6 @@ exports.fn = function(data, params) {
IDs.get(key).attr('id').value = currentIDstring;
references.forEach(function(attr) {
// console.log(key)
attr.value = attr.value
.replace('#' + key, '#' + currentIDstring)
.replace(key + '.', currentIDstring + '.');