JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / bin / com / stevesoft / pat / MultiMin.js
1 Clazz.declarePackage ("com.stevesoft.pat");\r
2 Clazz.load (["com.stevesoft.pat.Multi"], "com.stevesoft.pat.MultiMin", null, function () {\r
3 c$ = Clazz.declareType (com.stevesoft.pat, "MultiMin", com.stevesoft.pat.Multi);\r
4 Clazz.makeConstructor (c$, \r
5 function (i1, i2, p) {\r
6 Clazz.superConstructor (this, com.stevesoft.pat.MultiMin, [i1, i2, p]);\r
7 this.matchFewest = true;\r
8 }, "com.stevesoft.pat.patInt,com.stevesoft.pat.patInt,com.stevesoft.pat.Pattern");\r
9 });\r