From aefb26be474117bcd6b38b6069963161f3beaaae Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Thu, 29 Mar 2018 23:32:26 +0200 Subject: [PATCH] fix: properly indent lines --- js/foundation.slider.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.2