Added recommended ESLinter checks. Fixes #4142

This commit is contained in:
Murtuza Zabuawala
2019-04-05 13:07:43 +05:30
committed by Akshay Joshi
parent 9bff6c7157
commit 84ecffa4d9
6 changed files with 13 additions and 4 deletions

View File

@@ -240,7 +240,6 @@ define('pgadmin.node.column', [
return false;
},
editable: function(m) {
var name = m.get('name');
// If HeaderCell then allow True
if(m instanceof Backbone.Collection) {
return true;