JAL-1807 test
[jalviewjs.git] / bin / com / stevesoft / pat / CustomEndpoint.js
index f5cb0ed..800608f 100644 (file)
@@ -1,27 +1,27 @@
-Clazz.declarePackage ("com.stevesoft.pat");\r
-Clazz.load (["com.stevesoft.pat.Pattern"], "com.stevesoft.pat.CustomEndpoint", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.c = null;\r
-Clazz.instantialize (this, arguments);\r
-}, com.stevesoft.pat, "CustomEndpoint", com.stevesoft.pat.Pattern);\r
-Clazz.makeConstructor (c$, \r
-function (cm) {\r
-Clazz.superConstructor (this, com.stevesoft.pat.CustomEndpoint, []);\r
-this.c = cm;\r
-}, "com.stevesoft.pat.Custom");\r
-Clazz.overrideMethod (c$, "matchInternal", \r
-function (pos, pt) {\r
-var npos = this.c.v.validate (pt.src, this.c.start, pos);\r
-if (npos >= 0) {\r
-return this.nextMatch (npos, pt);\r
-}return -1;\r
-}, "~N,com.stevesoft.pat.Pthings");\r
-Clazz.overrideMethod (c$, "toString", \r
-function () {\r
-return "";\r
-});\r
-Clazz.overrideMethod (c$, "clone1", \r
-function (h) {\r
-return  new com.stevesoft.pat.CustomEndpoint (this.c.clone (h));\r
-}, "java.util.Hashtable");\r
-});\r
+Clazz.declarePackage ("com.stevesoft.pat");
+Clazz.load (["com.stevesoft.pat.Pattern"], "com.stevesoft.pat.CustomEndpoint", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.c = null;
+Clazz.instantialize (this, arguments);
+}, com.stevesoft.pat, "CustomEndpoint", com.stevesoft.pat.Pattern);
+Clazz.makeConstructor (c$, 
+function (cm) {
+Clazz.superConstructor (this, com.stevesoft.pat.CustomEndpoint, []);
+this.c = cm;
+}, "com.stevesoft.pat.Custom");
+Clazz.overrideMethod (c$, "matchInternal", 
+function (pos, pt) {
+var npos = this.c.v.validate (pt.src, this.c.start, pos);
+if (npos >= 0) {
+return this.nextMatch (npos, pt);
+}return -1;
+}, "~N,com.stevesoft.pat.Pthings");
+Clazz.overrideMethod (c$, "toString", 
+function () {
+return "";
+});
+Clazz.overrideMethod (c$, "clone1", 
+function (h) {
+return  new com.stevesoft.pat.CustomEndpoint (this.c.clone (h));
+}, "java.util.Hashtable");
+});