X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=bin%2Fcom%2Fstevesoft%2Fpat%2FStringRule.js;h=aea8a989a1c8327a647e0f154d331e98b4b3008f;hb=6319110ce33faa76ee6cf9832e78faa224510fed;hp=1c04a68b6b742ec926f4726d93c0365f40c55c8f;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44;p=jalviewjs.git diff --git a/bin/com/stevesoft/pat/StringRule.js b/bin/com/stevesoft/pat/StringRule.js index 1c04a68..aea8a98 100644 --- a/bin/com/stevesoft/pat/StringRule.js +++ b/bin/com/stevesoft/pat/StringRule.js @@ -1,24 +1,24 @@ -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); -}); -}); +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); +}); +});