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