Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / jalview / ext / varna / RnaModel.js
index 9916e8e..f125256 100644 (file)
@@ -1,17 +1,17 @@
-Clazz.declarePackage ("jalview.ext.varna");\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.title = null;\r
-this.ann = null;\r
-this.seq = null;\r
-this.gapped = false;\r
-this.rna = null;\r
-Clazz.instantialize (this, arguments);\r
-}, jalview.ext.varna, "RnaModel");\r
-Clazz.makeConstructor (c$, \r
-function (t, aa, s, r, g) {\r
-this.title = t;\r
-this.ann = aa;\r
-this.seq = s;\r
-this.rna = r;\r
-this.gapped = g;\r
-}, "~S,jalview.datamodel.AlignmentAnnotation,jalview.datamodel.SequenceI,fr.orsay.lri.varna.models.rna.RNA,~B");\r
+Clazz.declarePackage ("jalview.ext.varna");
+c$ = Clazz.decorateAsClass (function () {
+this.title = null;
+this.ann = null;
+this.seq = null;
+this.gapped = false;
+this.rna = null;
+Clazz.instantialize (this, arguments);
+}, jalview.ext.varna, "RnaModel");
+Clazz.makeConstructor (c$, 
+function (t, aa, s, r, g) {
+this.title = t;
+this.ann = aa;
+this.seq = s;
+this.rna = r;
+this.gapped = g;
+}, "~S,jalview.datamodel.AlignmentAnnotation,jalview.datamodel.SequenceI,fr.orsay.lri.varna.models.rna.RNA,~B");