]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fixed copy-paste errors 9321/head
authorLars Gyrup Brink Nielsen <layzee.dk@gmail.com>
Tue, 1 Nov 2016 23:33:35 +0000 (00:33 +0100)
committerGitHub <noreply@github.com>
Tue, 1 Nov 2016 23:33:35 +0000 (00:33 +0100)
"an accordion menu" -> "a slider control"
"drilldown menu" -> "slider control"

js/foundation.slider.js

index 9fb8b9d3f636ee903efa7696265ab3a3e9f79730..6a879825a86f3fe91e163613d4bda55e4bef6760 100644 (file)
@@ -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) {