Skip to content

Commit

Permalink
commented out experimental wholeCDS insertion till get baseline funct…
Browse files Browse the repository at this point in the history
…ionality restored post-JBrowse1.7 merge.
  • Loading branch information
gregg committed Nov 16, 2012
1 parent f9fbbe3 commit 26eb9d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/WebApollo/js/View/Track/DraggableHTMLFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ var draggableTrack = declare( HTMLFeatureTrack,
}
}

/*
// try to make a wholeCDS if we don't have one
if( ! wholeCDS ) {
wholeCDS = (function() {
Expand All @@ -361,6 +362,7 @@ var draggableTrack = declare( HTMLFeatureTrack,
}
}).call(this);
}
*/

if (wholeCDS) {
var cdsStart = wholeCDS.get('start');
Expand Down

0 comments on commit 26eb9d5

Please sign in to comment.