From: Daniel Ruf Date: Thu, 29 Mar 2018 21:32:26 +0000 (+0200) Subject: fix: properly indent lines X-Git-Tag: v6.6.0~3^2~254^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F11108%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git fix: properly indent lines --- diff --git a/js/foundation.slider.js b/js/foundation.slider.js index d9e67b112..69f668ffd 100644 --- a/js/foundation.slider.js +++ b/js/foundation.slider.js @@ -460,10 +460,10 @@ class Slider extends Plugin { curHandle, timer; - const handleChangeEvent = function(e) { - const idx = _this.inputs.index($(this)); - _this._handleEvent(e, _this.handles.eq(idx), $(this).val()); - }; + const handleChangeEvent = function(e) { + const idx = _this.inputs.index($(this)); + _this._handleEvent(e, _this.handles.eq(idx), $(this).val()); + }; // IE only triggers the change event when the input loses focus which strictly follows the HTML specification // listen for the enter key and trigger a change