Browse Source

Top/bottom no longer removed on refresh (issue with cantFit)

pull/2092/head
jlukic 9 years ago
parent
commit
b1f7450c30
1 changed files with 0 additions and 2 deletions
  1. 2
      src/definitions/modules/sticky.js

2
src/definitions/modules/sticky.js

@ -580,8 +580,6 @@ $.fn.sticky = function(parameters) {
resetCSS: function() { resetCSS: function() {
$module $module
.css({ .css({
top : '',
bottom : '',
width : '', width : '',
height : '' height : ''
}) })

Loading…
Cancel
Save