X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fcom%2Fstevesoft%2Fpat%2FRightRule.js;fp=site%2Fj2s%2Fcom%2Fstevesoft%2Fpat%2FRightRule.js;h=ab453dd0b497f710d8ffb876b8050cedab1e9cde;hp=60fa08d3a4a2f321254dc373599510a77e72ad88;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/com/stevesoft/pat/RightRule.js b/site/j2s/com/stevesoft/pat/RightRule.js index 60fa08d..ab453dd 100644 --- a/site/j2s/com/stevesoft/pat/RightRule.js +++ b/site/j2s/com/stevesoft/pat/RightRule.js @@ -1,16 +1,16 @@ -Clazz.declarePackage ("com.stevesoft.pat"); -Clazz.load (["com.stevesoft.pat.ReplaceRule"], "com.stevesoft.pat.RightRule", null, function () { -c$ = Clazz.declareType (com.stevesoft.pat, "RightRule", com.stevesoft.pat.ReplaceRule); -Clazz.makeConstructor (c$, -function () { -Clazz.superConstructor (this, com.stevesoft.pat.RightRule, []); -}); -Clazz.overrideMethod (c$, "apply", -function (sb, res) { -sb.append (res.right ()); -}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes"); -Clazz.overrideMethod (c$, "toString1", -function () { -return "$'"; -}); -}); +Clazz.declarePackage ("com.stevesoft.pat"); +Clazz.load (["com.stevesoft.pat.ReplaceRule"], "com.stevesoft.pat.RightRule", null, function () { +c$ = Clazz.declareType (com.stevesoft.pat, "RightRule", com.stevesoft.pat.ReplaceRule); +Clazz.makeConstructor (c$, +function () { +Clazz.superConstructor (this, com.stevesoft.pat.RightRule, []); +}); +Clazz.overrideMethod (c$, "apply", +function (sb, res) { +sb.append (res.right ()); +}, "com.stevesoft.pat.StringBufferLike,com.stevesoft.pat.RegRes"); +Clazz.overrideMethod (c$, "toString1", +function () { +return "$'"; +}); +});