Skip to content

Commit

Permalink
comment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
GreggHelt2 committed Dec 6, 2010
1 parent e7c5a24 commit 4679b6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/AnnotTrack.js
Expand Up @@ -25,7 +25,7 @@ function AnnotTrack(trackMeta, url, refSeq, browserParams) {

// Inherit from FeatureTrack
AnnotTrack.prototype = new FeatureTrack();
console.log("AnnotTrack created @@@"); // DEL
console.log("AnnotTrack created ..."); // DEL

AnnotTrack.prototype.setViewInfo = function(genomeView, numBlocks,
trackDiv, labelDiv,
Expand Down

0 comments on commit 4679b6d

Please sign in to comment.