JAL-1807 still testing
[jalviewjs.git] / bin / com / stevesoft / pat / Rthings.js
index 66f9c83..c9c902e 100644 (file)
@@ -1,35 +1,35 @@
-Clazz.declarePackage ("com.stevesoft.pat");
-Clazz.load (["com.stevesoft.pat.Regex"], "com.stevesoft.pat.Rthings", null, function () {
-c$ = Clazz.decorateAsClass (function () {
-this.val = 0;
-this.ignoreCase = false;
-this.dontMatchInQuotes = false;
-this.optimizeMe = false;
-this.noBackRefs = false;
-this.parenLevel = 0;
-this.gFlag = false;
-this.mFlag = false;
-this.sFlag = false;
-this.p = null;
-this.o = null;
-Clazz.instantialize (this, arguments);
-}, com.stevesoft.pat, "Rthings");
-Clazz.prepareFields (c$, function () {
-this.val = com.stevesoft.pat.Regex.BackRefOffset;
-});
-Clazz.makeConstructor (c$, 
-function (r) {
-this.ignoreCase = r.ignoreCase;
-this.dontMatchInQuotes = r.dontMatchInQuotes;
-}, "com.stevesoft.pat.Regex");
-Clazz.defineMethod (c$, "set", 
-function (r) {
-r.gFlag = this.gFlag;
-r.mFlag = this.mFlag;
-r.sFlag = this.sFlag;
-r.ignoreCase = this.ignoreCase;
-r.dontMatchInQuotes = this.dontMatchInQuotes;
-if (this.optimizeMe) {
-r.optimize ();
-}}, "com.stevesoft.pat.Regex");
-});
+Clazz.declarePackage ("com.stevesoft.pat");\r
+Clazz.load (["com.stevesoft.pat.Regex"], "com.stevesoft.pat.Rthings", null, function () {\r
+c$ = Clazz.decorateAsClass (function () {\r
+this.val = 0;\r
+this.ignoreCase = false;\r
+this.dontMatchInQuotes = false;\r
+this.optimizeMe = false;\r
+this.noBackRefs = false;\r
+this.parenLevel = 0;\r
+this.gFlag = false;\r
+this.mFlag = false;\r
+this.sFlag = false;\r
+this.p = null;\r
+this.o = null;\r
+Clazz.instantialize (this, arguments);\r
+}, com.stevesoft.pat, "Rthings");\r
+Clazz.prepareFields (c$, function () {\r
+this.val = com.stevesoft.pat.Regex.BackRefOffset;\r
+});\r
+Clazz.makeConstructor (c$, \r
+function (r) {\r
+this.ignoreCase = r.ignoreCase;\r
+this.dontMatchInQuotes = r.dontMatchInQuotes;\r
+}, "com.stevesoft.pat.Regex");\r
+Clazz.defineMethod (c$, "set", \r
+function (r) {\r
+r.gFlag = this.gFlag;\r
+r.mFlag = this.mFlag;\r
+r.sFlag = this.sFlag;\r
+r.ignoreCase = this.ignoreCase;\r
+r.dontMatchInQuotes = this.dontMatchInQuotes;\r
+if (this.optimizeMe) {\r
+r.optimize ();\r
+}}, "com.stevesoft.pat.Regex");\r
+});\r