Remove the unused variable to satisfy the linter.

pull/14/head
Ashesh Vashi 2018-07-27 13:43:37 +05:30
parent 5ff2942b4d
commit 00139f7750
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ define('pgadmin.dashboard', [
},
// Handle Server Disconnect
object_disconnected: function(obj) {
object_disconnected: function() {
let item = pgBrowser.tree.selected(),
itemData = item && pgBrowser.tree.itemData(item);