JAL-1807 test
[jalviewjs.git] / bin / com / stevesoft / pat / SubMark.js
index 0ea6b3a..9e1b5b8 100644 (file)
@@ -1,21 +1,21 @@
-Clazz.declarePackage ("com.stevesoft.pat");\r
-Clazz.load (["com.stevesoft.pat.Pattern"], "com.stevesoft.pat.SubMark", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.end_pos = 0;\r
-this.start_pos = 0;\r
-this.om = null;\r
-Clazz.instantialize (this, arguments);\r
-}, com.stevesoft.pat, "SubMark", com.stevesoft.pat.Pattern);\r
-Clazz.overrideMethod (c$, "toString", \r
-function () {\r
-return "";\r
-});\r
-Clazz.overrideMethod (c$, "matchInternal", \r
-function (i, pt) {\r
-pt.marks[this.om.id + pt.nMarks] = i;\r
-var ret = this.nextMatch (i, pt);\r
-if (ret < 0) {\r
-pt.marks[this.om.id + pt.nMarks] = -1;\r
-}return ret;\r
-}, "~N,com.stevesoft.pat.Pthings");\r
-});\r
+Clazz.declarePackage ("com.stevesoft.pat");
+Clazz.load (["com.stevesoft.pat.Pattern"], "com.stevesoft.pat.SubMark", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.end_pos = 0;
+this.start_pos = 0;
+this.om = null;
+Clazz.instantialize (this, arguments);
+}, com.stevesoft.pat, "SubMark", com.stevesoft.pat.Pattern);
+Clazz.overrideMethod (c$, "toString", 
+function () {
+return "";
+});
+Clazz.overrideMethod (c$, "matchInternal", 
+function (i, pt) {
+pt.marks[this.om.id + pt.nMarks] = i;
+var ret = this.nextMatch (i, pt);
+if (ret < 0) {
+pt.marks[this.om.id + pt.nMarks] = -1;
+}return ret;
+}, "~N,com.stevesoft.pat.Pthings");
+});