JAL-1807 includes ?j2sdebug flag and DebugJS._(msg)
[jalviewjs.git] / bin / com / stevesoft / pat / MultiMin.js
index f536031..e749758 100644 (file)
@@ -1,9 +1,9 @@
-Clazz.declarePackage ("com.stevesoft.pat");\r
-Clazz.load (["com.stevesoft.pat.Multi"], "com.stevesoft.pat.MultiMin", null, function () {\r
-c$ = Clazz.declareType (com.stevesoft.pat, "MultiMin", com.stevesoft.pat.Multi);\r
-Clazz.makeConstructor (c$, \r
-function (i1, i2, p) {\r
-Clazz.superConstructor (this, com.stevesoft.pat.MultiMin, [i1, i2, p]);\r
-this.matchFewest = true;\r
-}, "com.stevesoft.pat.patInt,com.stevesoft.pat.patInt,com.stevesoft.pat.Pattern");\r
-});\r
+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");
+});