()
| 491 | return filter.noUiSlider('options').range.min; |
| 492 | }; |
| 493 | var slider_max = function() { |
| 494 | return filter.noUiSlider('options').range.max; |
| 495 | }; |
| 496 | $input.on({ |
| 497 | focus: function() { |
| 498 | $x0.show().trigger('show'); |
no outgoing calls
no test coverage detected