Skip to content

Commit

Permalink
Do not use console it breaks IE9
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Cunha committed Dec 4, 2013
1 parent 2aa65b1 commit bed35fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jquery.sticky-kit.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ $.fn.stick_in_parent = (opts={}) ->
true

top = elm.offset().top - parseInt(elm.css("margin-top"), 10) - offset_top
console.log "setting top", top

height = elm.outerHeight true

Expand Down

0 comments on commit bed35fe

Please sign in to comment.