bugfix: add toObject so Blend can be serialized (added missing ;)

This commit is contained in:
Sergi Meseguer 2014-09-12 15:53:59 +02:00
parent 879bfbbb62
commit bc4c1c0c6d

View file

@ -134,7 +134,7 @@
image: this.image,
mode: this.mode,
alpha: this.alpha
}
};
}
});