From 94ee858bb445579840506d98716c0b8eb564307c Mon Sep 17 00:00:00 2001 From: Randall Rodrigues Date: Thu, 23 Feb 2017 14:16:08 -0500 Subject: [PATCH] removed redundant conditional statement at line 38. --- js/foundation.sticky.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/js/foundation.sticky.js b/js/foundation.sticky.js index b47993377..3e59cff66 100644 --- a/js/foundation.sticky.js +++ b/js/foundation.sticky.js @@ -35,9 +35,6 @@ class Sticky { id = this.$element[0].id || Foundation.GetYoDigits(6, 'sticky'), _this = this; - if (!$parent.length) { - this.wasWrapped = true; - } if($parent.lenth){ this.$container = $parent; } else { -- 2.47.2