summaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-28 12:53:10 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-28 12:53:10 +0200
commit9bfc4f358cf8575078f049a3b70bb7fcd48b09f7 (patch)
tree02f1b8aa3729b6b0d3d708a7c7c745200d06e95a /devtools
parente322ad4e08e18d56c09ae9315741f9cf70021cd7 (diff)
downloaduxp-9bfc4f358cf8575078f049a3b70bb7fcd48b09f7.tar.gz
[DevTools] Storage - style clean up - a check of the variable to see if it exists (an empty line)
Issue mcp-graveyard/UXP#102
Diffstat (limited to 'devtools')
-rw-r--r--devtools/client/storage/ui.js1
1 files changed, 1 insertions, 0 deletions
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;