Resolved an issue when refreshing any browser node

This commit is contained in:
Ashesh Vashi 2015-11-17 11:54:32 +05:30
parent ed8600ef89
commit 3077da0062

View File

@ -457,7 +457,7 @@ function($, _, S, pgAdmin, Menu, Backbone, Alertify, Backform) {
}
},
refresh_node: function(item) {
this.callbacks.selected(undefined, item);
this.callbacks.selected.apply(this, null, item);
}
},
/**********************************************************************