Update index.js

This commit is contained in:
TheBrokenRail 2016-12-04 08:42:28 -05:00 committed by GitHub
parent 532df2079b
commit 06e5124a3c

View file

@ -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();