JAL-1807 includes ?j2sdebug flag and DebugJS._(msg)
[jalviewjs.git] / bin / com / stevesoft / pat / CodeRule.js
index 85a0917..92c00f3 100644 (file)
@@ -1,24 +1,24 @@
-Clazz.declarePackage ("com.stevesoft.pat");\r
-Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.CodeRule", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.c = 'E';\r
-Clazz.instantialize (this, arguments);\r
-}, com.stevesoft.pat, "CodeRule", com.stevesoft.pat.SpecialRule);\r
-Clazz.makeConstructor (c$, \r
-function () {\r
-Clazz.superConstructor (this, com.stevesoft.pat.CodeRule, []);\r
-});\r
-Clazz.makeConstructor (c$, \r
-function (c) {\r
-Clazz.superConstructor (this, com.stevesoft.pat.CodeRule, []);\r
-this.c = c;\r
-}, "~S");\r
-Clazz.overrideMethod (c$, "apply", \r
-function (sb, res) {\r
-sb.setMode (this.c);\r
-}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");\r
-Clazz.overrideMethod (c$, "toString1", \r
-function () {\r
-return "\\" + this.c;\r
-});\r
-});\r
+Clazz.declarePackage ("com.stevesoft.pat");
+Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.CodeRule", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.c = 'E';
+Clazz.instantialize (this, arguments);
+}, com.stevesoft.pat, "CodeRule", com.stevesoft.pat.SpecialRule);
+Clazz.makeConstructor (c$, 
+function () {
+Clazz.superConstructor (this, com.stevesoft.pat.CodeRule, []);
+});
+Clazz.makeConstructor (c$, 
+function (c) {
+Clazz.superConstructor (this, com.stevesoft.pat.CodeRule, []);
+this.c = c;
+}, "~S");
+Clazz.overrideMethod (c$, "apply", 
+function (sb, res) {
+sb.setMode (this.c);
+}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");
+Clazz.overrideMethod (c$, "toString1", 
+function () {
+return "\\" + this.c;
+});
+});