]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
fix: properly indent lines 11108/head
authorDaniel Ruf <daniel@daniel-ruf.de>
Thu, 29 Mar 2018 21:32:26 +0000 (23:32 +0200)
committerDaniel Ruf <daniel@daniel-ruf.de>
Thu, 29 Mar 2018 21:32:26 +0000 (23:32 +0200)
js/foundation.slider.js

index d9e67b11236f73cf9b2bf70daf7684b5ee55d4fe..69f668ffd23920fafad1298179c1e353406535e2 100644 (file)
@@ -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