Skip to content

Commit bd98319

Browse files
committed
Don't stringify emitter ops twice
1 parent 0de5340 commit bd98319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gameobjects/particles/EmitterOp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ var EmitterOp = new Class({
265265
*/
266266
toJSON: function ()
267267
{
268-
return JSON.stringify(this.propertyValue);
268+
return this.propertyValue;
269269
},
270270

271271
/**

0 commit comments

Comments
 (0)