Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / com / stevesoft / pat / Pthings.js
index 179ec6b..8969d4f 100644 (file)
@@ -1,13 +1,13 @@
-Clazz.declarePackage ("com.stevesoft.pat");\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.src = null;\r
-this.ignoreCase = false;\r
-this.mFlag = false;\r
-this.cbits = null;\r
-this.marks = null;\r
-this.nMarks = 0;\r
-this.dotDoesntMatchCR = false;\r
-this.no_check = false;\r
-this.lastPos = 0;\r
-Clazz.instantialize (this, arguments);\r
-}, com.stevesoft.pat, "Pthings");\r
+Clazz.declarePackage ("com.stevesoft.pat");
+c$ = Clazz.decorateAsClass (function () {
+this.src = null;
+this.ignoreCase = false;
+this.mFlag = false;
+this.cbits = null;
+this.marks = null;
+this.nMarks = 0;
+this.dotDoesntMatchCR = false;
+this.no_check = false;
+this.lastPos = 0;
+Clazz.instantialize (this, arguments);
+}, com.stevesoft.pat, "Pthings");