]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix data binding in slider
authorKevin Ball <kmball11@gmail.com>
Thu, 25 Feb 2016 23:51:02 +0000 (15:51 -0800)
committerKevin Ball <kmball11@gmail.com>
Thu, 25 Feb 2016 23:51:02 +0000 (15:51 -0800)
js/foundation.slider.js

index 37fb0629023b5ff07ffec4153891f7569560f8b8..5ef806c65c204469f8f4947aafb20aa458f847de 100644 (file)
@@ -281,7 +281,7 @@ class Slider {
       }
 
     } else {//change event on input
-      value = this._adjustValue($handle);
+      value = this._adjustValue(null, val);
       hasVal = true;
     }