JAL-1807 still testing
[jalviewjs.git] / bin / jalview / datamodel / FeatureProperties.js
index 350148d..6df3e2b 100644 (file)
@@ -1,20 +1,20 @@
-Clazz.declarePackage ("jalview.datamodel");
-Clazz.load (null, "jalview.datamodel.FeatureProperties", ["jalview.datamodel.DBRefSource"], function () {
-c$ = Clazz.declareType (jalview.datamodel, "FeatureProperties");
-c$.isCodingFeature = Clazz.defineMethod (c$, "isCodingFeature", 
-function (dbrefsource, type) {
-if (type.equalsIgnoreCase ("CDS")) {
-return (dbrefsource == null || dbrefsource.equalsIgnoreCase (jalview.datamodel.DBRefSource.EMBL) || dbrefsource.equalsIgnoreCase (jalview.datamodel.DBRefSource.EMBLCDS));
-}return false;
-}, "~S,~S");
-c$.getCodingFeature = Clazz.defineMethod (c$, "getCodingFeature", 
-function (dbrefsource) {
-if (jalview.datamodel.DBRefSource.EMBL.equalsIgnoreCase (dbrefsource) || jalview.datamodel.DBRefSource.EMBLCDS.equalsIgnoreCase (dbrefsource)) {
-return "CDS";
-}return null;
-}, "~S");
-Clazz.defineStatics (c$,
-"EMBL_CODING_FEATURE", "CDS",
-"EXONPOS", "exon number",
-"EXONPRODUCT", "product");
-});
+Clazz.declarePackage ("jalview.datamodel");\r
+Clazz.load (null, "jalview.datamodel.FeatureProperties", ["jalview.datamodel.DBRefSource"], function () {\r
+c$ = Clazz.declareType (jalview.datamodel, "FeatureProperties");\r
+c$.isCodingFeature = Clazz.defineMethod (c$, "isCodingFeature", \r
+function (dbrefsource, type) {\r
+if (type.equalsIgnoreCase ("CDS")) {\r
+return (dbrefsource == null || dbrefsource.equalsIgnoreCase (jalview.datamodel.DBRefSource.EMBL) || dbrefsource.equalsIgnoreCase (jalview.datamodel.DBRefSource.EMBLCDS));\r
+}return false;\r
+}, "~S,~S");\r
+c$.getCodingFeature = Clazz.defineMethod (c$, "getCodingFeature", \r
+function (dbrefsource) {\r
+if (jalview.datamodel.DBRefSource.EMBL.equalsIgnoreCase (dbrefsource) || jalview.datamodel.DBRefSource.EMBLCDS.equalsIgnoreCase (dbrefsource)) {\r
+return "CDS";\r
+}return null;\r
+}, "~S");\r
+Clazz.defineStatics (c$,\r
+"EMBL_CODING_FEATURE", "CDS",\r
+"EXONPOS", "exon number",\r
+"EXONPRODUCT", "product");\r
+});\r