X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fcom%2Fstevesoft%2Fpat%2FPopRule.js;h=92af00678d9bf6ca8b045fa5d5c7d9c0a230d538;hp=d983d19dc7855f32bb88971356dfac6b5212ee7b;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=8ffd05b3abe52c0b6b79b011c0966361f82d5fe6 diff --git a/site/j2s/com/stevesoft/pat/PopRule.js b/site/j2s/com/stevesoft/pat/PopRule.js index d983d19..92af006 100644 --- a/site/j2s/com/stevesoft/pat/PopRule.js +++ b/site/j2s/com/stevesoft/pat/PopRule.js @@ -1,12 +1,12 @@ -Clazz.declarePackage ("com.stevesoft.pat"); -Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.PopRule", null, function () { -c$ = Clazz.declareType (com.stevesoft.pat, "PopRule", com.stevesoft.pat.SpecialRule); -Clazz.makeConstructor (c$, -function () { -Clazz.superConstructor (this, com.stevesoft.pat.PopRule, []); -}); -Clazz.overrideMethod (c$, "toString1", -function () { -return "${POP}"; -}); -}); +Clazz.declarePackage ("com.stevesoft.pat"); +Clazz.load (["com.stevesoft.pat.SpecialRule"], "com.stevesoft.pat.PopRule", null, function () { +c$ = Clazz.declareType (com.stevesoft.pat, "PopRule", com.stevesoft.pat.SpecialRule); +Clazz.makeConstructor (c$, +function () { +Clazz.superConstructor (this, com.stevesoft.pat.PopRule, []); +}); +Clazz.overrideMethod (c$, "toString1", +function () { +return "${POP}"; +}); +});