JAL-1807 still testing
[jalviewjs.git] / bin / jalview / datamodel / UniprotProteinName.js
index 931e26c..fd4ce5b 100644 (file)
@@ -1,13 +1,13 @@
-Clazz.declarePackage ("jalview.datamodel");
-c$ = Clazz.decorateAsClass (function () {
-this.names = null;
-Clazz.instantialize (this, arguments);
-}, jalview.datamodel, "UniprotProteinName");
-Clazz.defineMethod (c$, "setName", 
-function (names) {
-this.names = names;
-}, "java.util.Vector");
-Clazz.defineMethod (c$, "getName", 
-function () {
-return this.names;
-});
+Clazz.declarePackage ("jalview.datamodel");\r
+c$ = Clazz.decorateAsClass (function () {\r
+this.names = null;\r
+Clazz.instantialize (this, arguments);\r
+}, jalview.datamodel, "UniprotProteinName");\r
+Clazz.defineMethod (c$, "setName", \r
+function (names) {\r
+this.names = names;\r
+}, "java.util.Vector");\r
+Clazz.defineMethod (c$, "getName", \r
+function () {\r
+return this.names;\r
+});\r