JAL-1807 still testing
[jalviewjs.git] / bin / com / stevesoft / pat / AmpersandRule.js
index 6d1f622..ac1ce77 100644 (file)
@@ -1,16 +1,16 @@
-Clazz.declarePackage ("com.stevesoft.pat");
-Clazz.load (["com.stevesoft.pat.ReplaceRule"], "com.stevesoft.pat.AmpersandRule", null, function () {
-c$ = Clazz.declareType (com.stevesoft.pat, "AmpersandRule", com.stevesoft.pat.ReplaceRule);
-Clazz.makeConstructor (c$, 
-function () {
-Clazz.superConstructor (this, com.stevesoft.pat.AmpersandRule, []);
-});
-Clazz.overrideMethod (c$, "apply", 
-function (sb, res) {
-sb.append (res.stringMatched ());
-}, "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.AmpersandRule", null, function () {\r
+c$ = Clazz.declareType (com.stevesoft.pat, "AmpersandRule", com.stevesoft.pat.ReplaceRule);\r
+Clazz.makeConstructor (c$, \r
+function () {\r
+Clazz.superConstructor (this, com.stevesoft.pat.AmpersandRule, []);\r
+});\r
+Clazz.overrideMethod (c$, "apply", \r
+function (sb, res) {\r
+sb.append (res.stringMatched ());\r
+}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");\r
+Clazz.overrideMethod (c$, "toString1", \r
+function () {\r
+return "$&";\r
+});\r
+});\r