JAL-1807 test
[jalviewjs.git] / bin / com / stevesoft / pat / StringRule.js
index aea8a98..1c04a68 100644 (file)
@@ -1,24 +1,24 @@
-Clazz.declarePackage ("com.stevesoft.pat");\r
-Clazz.load (["com.stevesoft.pat.ReplaceRule"], "com.stevesoft.pat.StringRule", null, function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.s = null;\r
-Clazz.instantialize (this, arguments);\r
-}, com.stevesoft.pat, "StringRule", com.stevesoft.pat.ReplaceRule);\r
-Clazz.makeConstructor (c$, \r
-function (s) {\r
-Clazz.superConstructor (this, com.stevesoft.pat.StringRule, []);\r
-this.s = s;\r
-}, "~S");\r
-Clazz.overrideMethod (c$, "apply", \r
-function (sb, res) {\r
-sb.append (this.s);\r
-}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");\r
-Clazz.overrideMethod (c$, "toString1", \r
-function () {\r
-return this.s;\r
-});\r
-Clazz.overrideMethod (c$, "clone1", \r
-function () {\r
-return  new com.stevesoft.pat.StringRule (this.s);\r
-});\r
-});\r
+Clazz.declarePackage ("com.stevesoft.pat");
+Clazz.load (["com.stevesoft.pat.ReplaceRule"], "com.stevesoft.pat.StringRule", null, function () {
+c$ = Clazz.decorateAsClass (function () {
+this.s = null;
+Clazz.instantialize (this, arguments);
+}, com.stevesoft.pat, "StringRule", com.stevesoft.pat.ReplaceRule);
+Clazz.makeConstructor (c$, 
+function (s) {
+Clazz.superConstructor (this, com.stevesoft.pat.StringRule, []);
+this.s = s;
+}, "~S");
+Clazz.overrideMethod (c$, "apply", 
+function (sb, res) {
+sb.append (this.s);
+}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes");
+Clazz.overrideMethod (c$, "toString1", 
+function () {
+return this.s;
+});
+Clazz.overrideMethod (c$, "clone1", 
+function () {
+return  new com.stevesoft.pat.StringRule (this.s);
+});
+});