Skip to content

Commit

Permalink
fix syntax error in modify callbacks made by ucsc-to-json.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Feb 6, 2013
1 parent a40d128 commit d07552f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/ucsc-to-json.pl
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ =head1 EXAMPLE
var fType = feat.get("Type");
if (fType) {
elem.className = "basic";
switch (fType]) {
switch (fType) {
case "CDS":
case "thick":
elem.style.height = "10px";
Expand Down

0 comments on commit d07552f

Please sign in to comment.