From ff4c810e261b6c598ca44393105b37e0211ec556 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Sat, 28 Apr 2018 12:53:10 +0200 Subject: [PATCH] [DevTools] Storage - style clean up - a check of the variable to see if it exists (an empty line) Issue #102 --- devtools/client/storage/ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/devtools/client/storage/ui.js b/devtools/client/storage/ui.js index 47f6e7074a..5bd29d297b 100644 --- a/devtools/client/storage/ui.js +++ b/devtools/client/storage/ui.js @@ -1144,6 +1144,7 @@ StorageUI.prototype = { if (!selectedItem) { return; } + let front = this.getCurrentFront(); let [, host] = selectedItem;