From 348c364d415c5ea47d45a55759f29eabe31145de Mon Sep 17 00:00:00 2001 From: Lars Gyrup Brink Nielsen Date: Wed, 2 Nov 2016 00:33:35 +0100 Subject: [PATCH] Fixed copy-paste errors "an accordion menu" -> "a slider control" "drilldown menu" -> "slider control" --- js/foundation.slider.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/foundation.slider.js b/js/foundation.slider.js index 9fb8b9d3f..6a879825a 100644 --- a/js/foundation.slider.js +++ b/js/foundation.slider.js @@ -13,9 +13,9 @@ class Slider { /** - * Creates a new instance of a drilldown menu. + * Creates a new instance of a slider control. * @class - * @param {jQuery} element - jQuery object to make into an accordion menu. + * @param {jQuery} element - jQuery object to make into a slider control. * @param {Object} options - Overrides to the default plugin settings. */ constructor(element, options) { -- 2.47.2