JAL-1807 test
[jalviewjs.git] / bin / jalview / structure / AtomSpec.js
index 3e50bc2..0023fdc 100644 (file)
@@ -1,35 +1,35 @@
-Clazz.declarePackage ("jalview.structure");\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.pdbFile = null;\r
-this.chain = null;\r
-this.pdbResNum = 0;\r
-this.atomIndex = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, jalview.structure, "AtomSpec");\r
-Clazz.makeConstructor (c$, \r
-function (pdbFile, chain, resNo, atomNo) {\r
-this.pdbFile = pdbFile;\r
-this.chain = chain;\r
-this.pdbResNum = resNo;\r
-this.atomIndex = atomNo;\r
-}, "~S,~S,~N,~N");\r
-Clazz.defineMethod (c$, "getPdbFile", \r
-function () {\r
-return this.pdbFile;\r
-});\r
-Clazz.defineMethod (c$, "getChain", \r
-function () {\r
-return this.chain;\r
-});\r
-Clazz.defineMethod (c$, "getPdbResNum", \r
-function () {\r
-return this.pdbResNum;\r
-});\r
-Clazz.defineMethod (c$, "getAtomIndex", \r
-function () {\r
-return this.atomIndex;\r
-});\r
-Clazz.overrideMethod (c$, "toString", \r
-function () {\r
-return "pdbFile: " + this.pdbFile + ", chain: " + this.chain + ", res: " + this.pdbResNum + ", atom: " + this.atomIndex;\r
-});\r
+Clazz.declarePackage ("jalview.structure");
+c$ = Clazz.decorateAsClass (function () {
+this.pdbFile = null;
+this.chain = null;
+this.pdbResNum = 0;
+this.atomIndex = 0;
+Clazz.instantialize (this, arguments);
+}, jalview.structure, "AtomSpec");
+Clazz.makeConstructor (c$, 
+function (pdbFile, chain, resNo, atomNo) {
+this.pdbFile = pdbFile;
+this.chain = chain;
+this.pdbResNum = resNo;
+this.atomIndex = atomNo;
+}, "~S,~S,~N,~N");
+Clazz.defineMethod (c$, "getPdbFile", 
+function () {
+return this.pdbFile;
+});
+Clazz.defineMethod (c$, "getChain", 
+function () {
+return this.chain;
+});
+Clazz.defineMethod (c$, "getPdbResNum", 
+function () {
+return this.pdbResNum;
+});
+Clazz.defineMethod (c$, "getAtomIndex", 
+function () {
+return this.atomIndex;
+});
+Clazz.overrideMethod (c$, "toString", 
+function () {
+return "pdbFile: " + this.pdbFile + ", chain: " + this.chain + ", res: " + this.pdbResNum + ", atom: " + this.atomIndex;
+});