JAL-1807 still testing
[jalviewjs.git] / bin / jalview / datamodel / UniprotSequence.js
index d6ae549..039f1db 100644 (file)
@@ -1,21 +1,21 @@
-Clazz.declarePackage ("jalview.datamodel");
-Clazz.load (null, "jalview.datamodel.UniprotSequence", ["java.lang.StringBuilder"], function () {
-c$ = Clazz.decorateAsClass (function () {
-this._content = "";
-Clazz.instantialize (this, arguments);
-}, jalview.datamodel, "UniprotSequence");
-Clazz.defineMethod (c$, "setContent", 
-function (seq) {
-if (seq != null) {
-var sb =  new StringBuilder (seq.length);
-for (var i = 0; i < seq.length; i++) {
-if (seq.charAt (i) != ' ') {
-sb.append (seq.charAt (i));
-}}
-this._content = sb.toString ();
-}}, "~S");
-Clazz.defineMethod (c$, "getContent", 
-function () {
-return this._content;
-});
-});
+Clazz.declarePackage ("jalview.datamodel");\r
+Clazz.load (null, "jalview.datamodel.UniprotSequence", ["java.lang.StringBuilder"], function () {\r
+c$ = Clazz.decorateAsClass (function () {\r
+this._content = "";\r
+Clazz.instantialize (this, arguments);\r
+}, jalview.datamodel, "UniprotSequence");\r
+Clazz.defineMethod (c$, "setContent", \r
+function (seq) {\r
+if (seq != null) {\r
+var sb =  new StringBuilder (seq.length);\r
+for (var i = 0; i < seq.length; i++) {\r
+if (seq.charAt (i) != ' ') {\r
+sb.append (seq.charAt (i));\r
+}}\r
+this._content = sb.toString ();\r
+}}, "~S");\r
+Clazz.defineMethod (c$, "getContent", \r
+function () {\r
+return this._content;\r
+});\r
+});\r