JAL-1807 includes ?j2sdebug flag and DebugJS._(msg)
[jalviewjs.git] / bin / com / stevesoft / pat / MultiMin.js
1 Clazz.declarePackage ("com.stevesoft.pat");
2 Clazz.load (["com.stevesoft.pat.Multi"], "com.stevesoft.pat.MultiMin", null, function () {
3 c$ = Clazz.declareType (com.stevesoft.pat, "MultiMin", com.stevesoft.pat.Multi);
4 Clazz.makeConstructor (c$, 
5 function (i1, i2, p) {
6 Clazz.superConstructor (this, com.stevesoft.pat.MultiMin, [i1, i2, p]);
7 this.matchFewest = true;
8 }, "com.stevesoft.pat.patInt,com.stevesoft.pat.patInt,com.stevesoft.pat.Pattern");
9 });