]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Merge branch 'master' into release/6.4.0
authorKevin Ball <kmball11@gmail.com>
Tue, 27 Jun 2017 16:45:45 +0000 (09:45 -0700)
committerKevin Ball <kmball11@gmail.com>
Tue, 27 Jun 2017 16:45:45 +0000 (09:45 -0700)
1  2 
docs/pages/grid.md
docs/pages/orbit.md
js/foundation.responsiveAccordionTabs.js

Simple merge
Simple merge
index 58e082d7fa967e7450c61f4b1930bd8c0d0cfa76,f08198ad52aba13d92ea45eee5e51802abdcc66e..03c435c8663033e0b452b35dbd1e67fa33360fc5
@@@ -34,10 -17,10 +34,10 @@@ class ResponsiveAccordionTabs extends P
     * Creates a new instance of a responsive accordion tabs.
     * @class
     * @fires ResponsiveAccordionTabs#init
-    * @param {jQuery} element - jQuery object to make into a dropdown menu.
+    * @param {jQuery} element - jQuery object to make into Responsive Accordion Tabs.
     * @param {Object} options - Overrides to the default plugin settings.
     */
 -  constructor(element, options) {
 +  _setup(element, options) {
      this.$element = $(element);
      this.options  = $.extend({}, this.$element.data(), options);
      this.rules = this.$element.data('responsive-accordion-tabs');