Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / jalview / datamodel / SequencePoint.js
index 0616692..549eae1 100644 (file)
@@ -1,12 +1,12 @@
-Clazz.declarePackage ("jalview.datamodel");\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.isPlaceholder = false;\r
-this.sequence = null;\r
-this.coord = null;\r
-Clazz.instantialize (this, arguments);\r
-}, jalview.datamodel, "SequencePoint");\r
-Clazz.makeConstructor (c$, \r
-function (sequence, coord) {\r
-this.sequence = sequence;\r
-this.coord = coord;\r
-}, "jalview.datamodel.SequenceI,~A");\r
+Clazz.declarePackage ("jalview.datamodel");
+c$ = Clazz.decorateAsClass (function () {
+this.isPlaceholder = false;
+this.sequence = null;
+this.coord = null;
+Clazz.instantialize (this, arguments);
+}, jalview.datamodel, "SequencePoint");
+Clazz.makeConstructor (c$, 
+function (sequence, coord) {
+this.sequence = sequence;
+this.coord = coord;
+}, "jalview.datamodel.SequenceI,~A");