From: harry Date: Mon, 23 Jan 2017 18:08:49 +0000 (+0530) Subject: Removed the logic of getting options from the parent as unnecessary X-Git-Tag: 6.3.1~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9685%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Removed the logic of getting options from the parent as unnecessary --- diff --git a/js/foundation.tabs.js b/js/foundation.tabs.js index fb422de77..bb60293b5 100644 --- a/js/foundation.tabs.js +++ b/js/foundation.tabs.js @@ -327,7 +327,7 @@ class Tabs { _this = this; // Lock down the `this` value for the root tabs object this.$tabContent - .find(`.${_this.options.panelClass}`) // get the options from the parent instead of trying to get them from the child + .find(`.${this.options.panelClass}`) .css('height', '') .each(function() {