Fixed 'Comma operator should not be used' issue reported by SonarQube.

This commit is contained in:
Yogesh Mahajan
2020-06-18 16:17:55 +05:30
committed by Akshay Joshi
parent 905be1d894
commit 6d3f13076f
10 changed files with 44 additions and 18 deletions

View File

@@ -58,7 +58,7 @@ define('pgadmin.dashboard', [
if (e.keyCode == 32) {
self.$el.click();
}
}),
});
this.delegateEvents();
return this;
},