Skip to content

Commit

Permalink
Revert "in-passing removal of redundant code"
Browse files Browse the repository at this point in the history
This reverts commit c81c927.
  • Loading branch information
rbuels committed Aug 8, 2012
1 parent ecc0407 commit 84f9151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JBrowse/View/Layout.js
Expand Up @@ -226,6 +226,7 @@ Layout.prototype.addRect = function(id, left, right, height) {

var existing = {id: id, left: left, right: right,
top: top, height: height};
this.seen[id] = top;
if (left <= this.leftBound) {
this.leftOverlaps.push(existing);
if (this.leftLayout) this.leftLayout.addExisting(existing);
Expand Down

0 comments on commit 84f9151

Please sign in to comment.