Don't stringify emitter ops twice

This commit is contained in:
samme 2018-04-23 19:23:42 -07:00
parent 0de5340201
commit bd9831912c

View file

@ -265,7 +265,7 @@ var EmitterOp = new Class({
*/ */
toJSON: function () toJSON: function ()
{ {
return JSON.stringify(this.propertyValue); return this.propertyValue;
}, },
/** /**