mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
Update index.js
This commit is contained in:
parent
0707c4bcc8
commit
a520990a80
1 changed files with 0 additions and 1 deletions
|
@ -157,7 +157,6 @@ VirtualMachine.prototype.loadProject = function (json) {
|
|||
|
||||
VirtualMachine.prototype.exportToJson = function () {
|
||||
var obj = new Object();
|
||||
var i = 0;
|
||||
obj.sprites = this.runtime.targets;
|
||||
obj.meta.name = 'WIP';
|
||||
obj.meta.useragent = navigator.userAgent;
|
||||
|
|
Loading…
Reference in a new issue