Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
Don't re-var activeScrollTimeout so we maintain ref
Browse files Browse the repository at this point in the history
  • Loading branch information
btaylor-litl committed Mar 30, 2011
1 parent 783f7f8 commit e46b00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site_media/berserk/js/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Sidebar.prototype = {
if (activeScrollTimeout)
clearTimeout(activeScrollTimeout);

var activeScrollTimeout = setTimeout(function () {
activeScrollTimeout = setTimeout(function () {
activeScrollTimeout = null;

var min = $('#timeline-event-container').offset().top;
Expand Down

0 comments on commit e46b00e

Please sign in to comment.