From a520990a80c5d1fc9acd3e7c591041344b44c0a1 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Fri, 2 Dec 2016 15:37:35 -0500 Subject: [PATCH] Update index.js --- src/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.js b/src/index.js index 0fb9efbf3..a9e1fe329 100644 --- a/src/index.js +++ b/src/index.js @@ -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;