mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-09 06:55:54 -06:00
Fixed debugger issue introduce due to SonarQube fixes.
This commit is contained in:
parent
7a2716bf77
commit
ad64491a98
@ -521,7 +521,8 @@ define([
|
||||
*/
|
||||
get_function_information: function(args, item) {
|
||||
|
||||
var t = pgBrowser.tree,
|
||||
var self = this,
|
||||
t = pgBrowser.tree,
|
||||
i = item || t.selected(),
|
||||
d = i ? t.itemData(i) : undefined,
|
||||
node = d && pgBrowser.Nodes[d._type],
|
||||
|
Loading…
Reference in New Issue
Block a user