Browse Source

Remove console.log

pull/2755/merge
Jack Lukic 9 years ago
parent
commit
8a4f1777c0
1 changed files with 0 additions and 1 deletions
  1. 1
      src/definitions/modules/sticky.js

1
src/definitions/modules/sticky.js

@ -129,7 +129,6 @@ $.fn.sticky = function(parameters) {
determineContainer: function() { determineContainer: function() {
$container = $module.offsetParent(); $container = $module.offsetParent();
console.log($container);
}, },
determineContext: function() { determineContext: function() {

Loading…
Cancel
Save