ngx-deebodata 0.0.4 → 0.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -651,7 +651,7 @@ class DataTableService {
651
651
  return sortData;
652
652
  }
653
653
  doSortOnField(field) {
654
- const k = this.common.goodLs;
654
+ const k = this.common.goodLs();
655
655
  if (!this.sortOrder.length || this.sortOrder.indexOf(field) < 0) {
656
656
  this.sortOrder.push(field);
657
657
  this.dataFilSrtTracker[field]["sort"] = "asc";