mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed 'Comma operator should not be used' issue reported by SonarQube.
This commit is contained in:
committed by
Akshay Joshi
parent
905be1d894
commit
6d3f13076f
@@ -58,7 +58,7 @@ define('pgadmin.dashboard', [
|
||||
if (e.keyCode == 32) {
|
||||
self.$el.click();
|
||||
}
|
||||
}),
|
||||
});
|
||||
this.delegateEvents();
|
||||
return this;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user