1
0
Fork 0

boom: Renamed preRenderSvg hook to preRender

This commit is contained in:
Joost De Cock 2018-08-10 14:38:37 +02:00
parent 2a4ec06c21
commit bb4ade0d0f

View file

@ -5,7 +5,7 @@ export default {
name: name,
version: version,
hooks: {
preRenderSvg: function(next) {
preRender: function(next) {
this.attributes.add("freesewing:plugin-title", version);
this.style += style;
next();