imp 7 years ago
parent
commit
44034567e0
  1. 1
      src/addons/sliders/js/singleslider/singleslider.js

1
src/addons/sliders/js/singleslider/singleslider.js

@ -272,6 +272,7 @@ BI.SingleSlider = BI.inherit(BI.Widget, {
this.min = 0; this.min = 0;
this.max = 0; this.max = 0;
this._setBlueTrack(0); this._setBlueTrack(0);
}, },
populate: function () { populate: function () {

Loading…
Cancel
Save