mirror of
https://github.com/photonstorm/phaser
synced 2024-11-24 05:33:35 +00:00
Don't stringify emitter ops twice
This commit is contained in:
parent
0de5340201
commit
bd9831912c
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ var EmitterOp = new Class({
|
||||||
*/
|
*/
|
||||||
toJSON: function ()
|
toJSON: function ()
|
||||||
{
|
{
|
||||||
return JSON.stringify(this.propertyValue);
|
return this.propertyValue;
|
||||||
},
|
},
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue