JAL-1807 includes ?j2sdebug flag and DebugJS._(msg)
[jalviewjs.git] / site / j2s / jalview / io / SequenceAnnotationReport.js
index 4ab2aa6..15fa2dd 100644 (file)
@@ -29,7 +29,7 @@ tooltipText2.append ("<br>");
 if (!linkOnly) {\r
 tooltipText2.append (feature.getType () + " ");\r
 if (rpos != 0) {\r
-tooltipText2.append (feature.begin);\r
+tooltipText2.append ("" + feature.begin);\r
 }if (feature.begin != feature.end) {\r
 tooltipText2.append (" " + feature.end);\r
 }if (feature.getDescription () != null && !feature.description.equals (feature.getType ())) {\r