JAL-1807 test
[jalviewjs.git] / bin / MCview / Residue.js
index 93e2930..6cb43ed 100644 (file)
@@ -1,21 +1,21 @@
-Clazz.declarePackage ("MCview");\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.atoms = null;\r
-this.number = 0;\r
-this.count = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, MCview, "Residue");\r
-Clazz.makeConstructor (c$, \r
-function (resAtoms, number, count) {\r
-this.atoms = resAtoms;\r
-this.number = number;\r
-this.count = count;\r
-}, "java.util.Vector,~N,~N");\r
-Clazz.defineMethod (c$, "findAtom", \r
-function (name) {\r
-for (var atom, $atom = this.atoms.iterator (); $atom.hasNext () && ((atom = $atom.next ()) || true);) {\r
-if (atom.name.equals (name)) {\r
-return atom;\r
-}}\r
-return null;\r
-}, "~S");\r
+Clazz.declarePackage ("MCview");
+c$ = Clazz.decorateAsClass (function () {
+this.atoms = null;
+this.number = 0;
+this.count = 0;
+Clazz.instantialize (this, arguments);
+}, MCview, "Residue");
+Clazz.makeConstructor (c$, 
+function (resAtoms, number, count) {
+this.atoms = resAtoms;
+this.number = number;
+this.count = count;
+}, "java.util.Vector,~N,~N");
+Clazz.defineMethod (c$, "findAtom", 
+function (name) {
+for (var atom, $atom = this.atoms.iterator (); $atom.hasNext () && ((atom = $atom.next ()) || true);) {
+if (atom.name.equals (name)) {
+return atom;
+}}
+return null;
+}, "~S");