diff --git a/src/index.js b/src/index.js index 73f2e7886..da4e44d59 100644 --- a/src/index.js +++ b/src/index.js @@ -157,7 +157,7 @@ VirtualMachine.prototype.loadProject = function (json) { VirtualMachine.prototype.toPrettyJSON = function () { return JSON.stringify(this.toJSON(), null, 4); -} +}; VirtualMachine.prototype.toJSON = function () { var obj = new Object();