Remove console

This commit is contained in:
Franc Camps-Febrer
2018-12-13 12:24:17 +01:00
parent 17e14dee2a
commit ac1f20fd1d

View File

@@ -124,7 +124,7 @@ Stop and start the development process in terminal after you have added your tok
function getSVGBoundaries() {
return {
transformX: +transform.split(',')[4],
transformY: +transform.split(',')[5].substring(0, transform.split(',')[5].length - 1)
transformY: +transform.split(',')[5].split(')')[0]
}
}