JAL-1807 test
[jalviewjs.git] / bin / jalview / datamodel / UniprotProteinName.js
index fd4ce5b..931e26c 100644 (file)
@@ -1,13 +1,13 @@
-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
+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;
+});