Browse Source

Remove debug

pull/2300/head
jlukic 9 years ago
parent
commit
f74de3ce65
1 changed files with 0 additions and 1 deletions
  1. 1
      src/definitions/behaviors/visibility.js

1
src/definitions/behaviors/visibility.js

@ -810,7 +810,6 @@ $.fn.visibility = function(parameters) {
element.height = $module.outerHeight();
// store
module.cache.element = element;
console.log(element.offset, $module);
return element;
},
elementCalculations: function() {

Loading…
Cancel
Save