From b1f7450c308a69bf88eeda4d79ec4c66e39cf156 Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 6 Apr 2015 18:57:05 -0400 Subject: [PATCH] Top/bottom no longer removed on refresh (issue with cantFit) --- src/definitions/modules/sticky.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/definitions/modules/sticky.js b/src/definitions/modules/sticky.js index c8dfad019..11f67a576 100644 --- a/src/definitions/modules/sticky.js +++ b/src/definitions/modules/sticky.js @@ -580,8 +580,6 @@ $.fn.sticky = function(parameters) { resetCSS: function() { $module .css({ - top : '', - bottom : '', width : '', height : '' })