From 8f65db7541d1a34b5696d888431d9b5189f4fe65 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Sat, 28 Apr 2018 12:53:10 +0200 Subject: [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(+) (limited to 'devtools') diff --git a/devtools/client/storage/ui.js b/devtools/client/storage/ui.js index 47f6e7074..5bd29d297 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; -- cgit v1.2.3