@annalib/anna-core 0.0.1 → 0.0.2

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.
@@ -2926,7 +2926,6 @@ class AnnaFilterService {
2926
2926
  this.appliedFiltersArray = [...appliedFilterSet];
2927
2927
  }
2928
2928
  populateSliderTooltip(completeData, filteredData) {
2929
- let obj;
2930
2929
  let minValue;
2931
2930
  let maxValue;
2932
2931
  if (this.appliedFiltersArray.length > 0 &&
@@ -2960,7 +2959,7 @@ class AnnaFilterService {
2960
2959
  else if (this.translateFunc === "currency") {
2961
2960
  this.ngxSliderObj.translate = this.currencyTranslateFunction;
2962
2961
  }
2963
- return obj;
2962
+ return this.ngxSliderObj;
2964
2963
  }
2965
2964
  setOptionValues(minValue, maxValue) {
2966
2965
  return {