diff options
author | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-28 12:53:10 +0200 |
---|---|---|
committer | janekptacijarabaci <janekptacijarabaci@seznam.cz> | 2018-04-28 12:53:10 +0200 |
commit | 9bfc4f358cf8575078f049a3b70bb7fcd48b09f7 (patch) | |
tree | 02f1b8aa3729b6b0d3d708a7c7c745200d06e95a /devtools | |
parent | e322ad4e08e18d56c09ae9315741f9cf70021cd7 (diff) | |
download | uxp-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.js | 1 |
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; |