Browse Source

Fix container size method not called due to improper renaming to length

pull/1698/merge
jlukic 9 years ago
parent
commit
5c4f79b3c2
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/modules/sticky.js

2
src/definitions/modules/sticky.js

@ -226,7 +226,7 @@ $.fn.sticky = function(parameters) {
} }
}; };
module.set.containerSize(); module.set.containerSize();
module.set.length;
module.set.size();
module.stick(); module.stick();
module.debug('Caching element positions', module.cache); module.debug('Caching element positions', module.cache);
} }

Loading…
Cancel
Save