From 6a9e874fea062f1543a7b24f76bf699673fdd139 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 8 Jun 2016 02:21:21 +0100 Subject: [PATCH] Standard: remove unused variables --- src/app.js | 9 ++++----- src/app/storage-handler.js | 1 - 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/app.js b/src/app.js index decf1ae7cc..77437bc4b3 100644 --- a/src/app.js +++ b/src/app.js @@ -27,7 +27,6 @@ var run = function () { var content = files[f].content; if (key in window.localStorage && window.localStorage[key] !== content) { var count = ''; - var otherKey = key + count; while ((key + count) in window.localStorage) count = count - 1; window.localStorage[key + count] = window.localStorage[key]; } @@ -138,7 +137,7 @@ var run = function () { return; } var files = editor.packageFiles(); - var iframe = $('