mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -05:00
Update index.js
This commit is contained in:
parent
532df2079b
commit
06e5124a3c
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue