X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=bin%2Fcom%2Fstevesoft%2Fpat%2FpatInf.js;h=1e1149951d4359e56fad791e624df870ef14c7ea;hp=daf7087c8c10bef949f9a91cab624b72e7470c15;hb=7301a2415adab88038b291fc54caeeb3a5a47a44;hpb=6154cb57a6eac3bb1344b8342495f5bb701ee921 diff --git a/bin/com/stevesoft/pat/patInf.js b/bin/com/stevesoft/pat/patInf.js index daf7087..1e11499 100644 --- a/bin/com/stevesoft/pat/patInf.js +++ b/bin/com/stevesoft/pat/patInf.js @@ -1,9 +1,9 @@ -Clazz.declarePackage ("com.stevesoft.pat"); -Clazz.load (["com.stevesoft.pat.patInt"], "com.stevesoft.pat.patInf", null, function () { -c$ = Clazz.declareType (com.stevesoft.pat, "patInf", com.stevesoft.pat.patInt); -Clazz.makeConstructor (c$, -function () { -Clazz.superConstructor (this, com.stevesoft.pat.patInf, []); -this.inf = true; -}); -}); +Clazz.declarePackage ("com.stevesoft.pat"); +Clazz.load (["com.stevesoft.pat.patInt"], "com.stevesoft.pat.patInf", null, function () { +c$ = Clazz.declareType (com.stevesoft.pat, "patInf", com.stevesoft.pat.patInt); +Clazz.makeConstructor (c$, +function () { +Clazz.superConstructor (this, com.stevesoft.pat.patInf, []); +this.inf = true; +}); +});