JAL-1807 still testing
[jalviewjs.git] / bin / com / stevesoft / pat / LeftRule.js
index df5c04a..f70f50c 100644 (file)
@@ -1,16 +1,16 @@
-Clazz.declarePackage ("com.stevesoft.pat");
-Clazz.load (["com.stevesoft.pat.ReplaceRule"], "com.stevesoft.pat.LeftRule", null, function () {
-c$ = Clazz.declareType (com.stevesoft.pat, "LeftRule", com.stevesoft.pat.ReplaceRule);
-Clazz.makeConstructor (c$, 
-function () {
-Clazz.superConstructor (this, com.stevesoft.pat.LeftRule, []);
-});
-Clazz.overrideMethod (c$, "apply", 
-function (sb, res) {
-sb.append (res.left ());
-}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");
-Clazz.overrideMethod (c$, "toString1", 
-function () {
-return "$`";
-});
-});
+Clazz.declarePackage ("com.stevesoft.pat");\r
+Clazz.load (["com.stevesoft.pat.ReplaceRule"], "com.stevesoft.pat.LeftRule", null, function () {\r
+c$ = Clazz.declareType (com.stevesoft.pat, "LeftRule", com.stevesoft.pat.ReplaceRule);\r
+Clazz.makeConstructor (c$, \r
+function () {\r
+Clazz.superConstructor (this, com.stevesoft.pat.LeftRule, []);\r
+});\r
+Clazz.overrideMethod (c$, "apply", \r
+function (sb, res) {\r
+sb.append (res.left ());\r
+}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");\r
+Clazz.overrideMethod (c$, "toString1", \r
+function () {\r
+return "$`";\r
+});\r
+});\r