X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fcom%2Fstevesoft%2Fpat%2FMultiMin.js;h=e749758943ebc3813fa907a2dfd860e9ca7f31f3;hp=f5360312f1d0210025a873f0b371def512befea1;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/com/stevesoft/pat/MultiMin.js b/site/j2s/com/stevesoft/pat/MultiMin.js index f536031..e749758 100644 --- a/site/j2s/com/stevesoft/pat/MultiMin.js +++ b/site/j2s/com/stevesoft/pat/MultiMin.js @@ -1,9 +1,9 @@ -Clazz.declarePackage ("com.stevesoft.pat"); -Clazz.load (["com.stevesoft.pat.Multi"], "com.stevesoft.pat.MultiMin", null, function () { -c$ = Clazz.declareType (com.stevesoft.pat, "MultiMin", com.stevesoft.pat.Multi); -Clazz.makeConstructor (c$, -function (i1, i2, p) { -Clazz.superConstructor (this, com.stevesoft.pat.MultiMin, [i1, i2, p]); -this.matchFewest = true; -}, "com.stevesoft.pat.patInt,com.stevesoft.pat.patInt,com.stevesoft.pat.Pattern"); -}); +Clazz.declarePackage ("com.stevesoft.pat"); +Clazz.load (["com.stevesoft.pat.Multi"], "com.stevesoft.pat.MultiMin", null, function () { +c$ = Clazz.declareType (com.stevesoft.pat, "MultiMin", com.stevesoft.pat.Multi); +Clazz.makeConstructor (c$, +function (i1, i2, p) { +Clazz.superConstructor (this, com.stevesoft.pat.MultiMin, [i1, i2, p]); +this.matchFewest = true; +}, "com.stevesoft.pat.patInt,com.stevesoft.pat.patInt,com.stevesoft.pat.Pattern"); +});