@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.
@@ -598,7 +598,6 @@ class AnnaFilterService {
598
598
  this.appliedFiltersArray = [...appliedFilterSet];
599
599
  }
600
600
  populateSliderTooltip(completeData, filteredData) {
601
- let obj;
602
601
  let minValue;
603
602
  let maxValue;
604
603
  if (this.appliedFiltersArray.length > 0 &&
@@ -632,7 +631,7 @@ class AnnaFilterService {
632
631
  else if (this.translateFunc === "currency") {
633
632
  this.ngxSliderObj.translate = this.currencyTranslateFunction;
634
633
  }
635
- return obj;
634
+ return this.ngxSliderObj;
636
635
  }
637
636
  setOptionValues(minValue, maxValue) {
638
637
  return {