Update index.js

This commit is contained in:
TheBrokenRail 2016-12-02 15:37:35 -05:00 committed by GitHub
parent 0707c4bcc8
commit a520990a80

View file

@ -157,7 +157,6 @@ VirtualMachine.prototype.loadProject = function (json) {
VirtualMachine.prototype.exportToJson = function () { VirtualMachine.prototype.exportToJson = function () {
var obj = new Object(); var obj = new Object();
var i = 0;
obj.sprites = this.runtime.targets; obj.sprites = this.runtime.targets;
obj.meta.name = 'WIP'; obj.meta.name = 'WIP';
obj.meta.useragent = navigator.userAgent; obj.meta.useragent = navigator.userAgent;