From 7e06808fcf590edb529173838b601dab927d71a4 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 23 Jan 2017 23:38:49 +0530 Subject: [PATCH] Removed the logic of getting options from the parent as unnecessary --- js/foundation.tabs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.47.2