X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fcom%2Fstevesoft%2Fpat%2FWantMoreTextReplaceRule.js;h=b5725634dcabb8d26e3200db74c386362dbfbb26;hp=e305e868617a246ca457f855bdf47c05dfedf4dc;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=8ffd05b3abe52c0b6b79b011c0966361f82d5fe6 diff --git a/site/j2s/com/stevesoft/pat/WantMoreTextReplaceRule.js b/site/j2s/com/stevesoft/pat/WantMoreTextReplaceRule.js index e305e86..b572563 100644 --- a/site/j2s/com/stevesoft/pat/WantMoreTextReplaceRule.js +++ b/site/j2s/com/stevesoft/pat/WantMoreTextReplaceRule.js @@ -1,15 +1,15 @@ -Clazz.declarePackage ("com.stevesoft.pat"); -Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.WantMoreTextReplaceRule", null, function () { -c$ = Clazz.declareType (com.stevesoft.pat, "WantMoreTextReplaceRule", com.stevesoft.pat.SpecialRule); -Clazz.makeConstructor (c$, -function () { -Clazz.superConstructor (this, com.stevesoft.pat.WantMoreTextReplaceRule, []); -}); -Clazz.overrideMethod (c$, "apply", -function (sb, res) { -}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes"); -Clazz.overrideMethod (c$, "toString1", -function () { -return "${WANT_MORE_TEXT}"; -}); -}); +Clazz.declarePackage ("com.stevesoft.pat"); +Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.WantMoreTextReplaceRule", null, function () { +c$ = Clazz.declareType (com.stevesoft.pat, "WantMoreTextReplaceRule", com.stevesoft.pat.SpecialRule); +Clazz.makeConstructor (c$, +function () { +Clazz.superConstructor (this, com.stevesoft.pat.WantMoreTextReplaceRule, []); +}); +Clazz.overrideMethod (c$, "apply", +function (sb, res) { +}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes"); +Clazz.overrideMethod (c$, "toString1", +function () { +return "${WANT_MORE_TEXT}"; +}); +});