Fixed debugger issue introduce due to SonarQube fixes.

pull/71/head
Akshay Joshi 2022-02-03 11:32:15 +05:30
parent 7a2716bf77
commit ad64491a98
1 changed files with 2 additions and 1 deletions

View File

@ -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],