Skip to content

Commit

Permalink
Remove unnecessary shared variable
Browse files Browse the repository at this point in the history
  • Loading branch information
colemanw committed Mar 8, 2022
1 parent 53500ff commit d776917
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
// Trait properties get mixed into display controller using angular.extend()
return {

sort: [],

isSortable: function(col) {
return !this.settings.draggable && col.type === 'field' && col.sortable !== false;
},
Expand Down

0 comments on commit d776917

Please sign in to comment.