From: Kevin Ball Date: Tue, 27 Jun 2017 16:45:45 +0000 (-0700) Subject: Merge branch 'master' into release/6.4.0 X-Git-Tag: v6.4.0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6765fe823fa6b4c7d392b29526f9ddc70de7153c;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Merge branch 'master' into release/6.4.0 --- 6765fe823fa6b4c7d392b29526f9ddc70de7153c diff --cc js/foundation.responsiveAccordionTabs.js index 58e082d7f,f08198ad5..03c435c86 --- a/js/foundation.responsiveAccordionTabs.js +++ b/js/foundation.responsiveAccordionTabs.js @@@ -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');