From 06e5124a3c1fa22fff2d3bffa5f1c7ad1369df26 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Sun, 4 Dec 2016 08:42:28 -0500 Subject: [PATCH] Update index.js --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();