JAL-1807 test
[jalviewjs.git] / bin / com / stevesoft / pat / Validator.js
index c929431..e364969 100644 (file)
@@ -1,24 +1,24 @@
-Clazz.declarePackage ("com.stevesoft.pat");\r
-Clazz.load (null, "com.stevesoft.pat.Validator", ["com.stevesoft.pat.patInf", "$.patInt"], function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.argsave = null;\r
-this.pattern = ".";\r
-Clazz.instantialize (this, arguments);\r
-}, com.stevesoft.pat, "Validator");\r
-Clazz.defineMethod (c$, "validate", \r
-function (src, start, end) {\r
-return end;\r
-}, "com.stevesoft.pat.StringLike,~N,~N");\r
-Clazz.defineMethod (c$, "arg", \r
-function (s) {\r
-return null;\r
-}, "~S");\r
-Clazz.defineMethod (c$, "minChars", \r
-function () {\r
-return  new com.stevesoft.pat.patInt (0);\r
-});\r
-Clazz.defineMethod (c$, "maxChars", \r
-function () {\r
-return  new com.stevesoft.pat.patInf ();\r
-});\r
-});\r
+Clazz.declarePackage ("com.stevesoft.pat");
+Clazz.load (null, "com.stevesoft.pat.Validator", ["com.stevesoft.pat.patInf", "$.patInt"], function () {
+c$ = Clazz.decorateAsClass (function () {
+this.argsave = null;
+this.pattern = ".";
+Clazz.instantialize (this, arguments);
+}, com.stevesoft.pat, "Validator");
+Clazz.defineMethod (c$, "validate", 
+function (src, start, end) {
+return end;
+}, "com.stevesoft.pat.StringLike,~N,~N");
+Clazz.defineMethod (c$, "arg", 
+function (s) {
+return null;
+}, "~S");
+Clazz.defineMethod (c$, "minChars", 
+function () {
+return  new com.stevesoft.pat.patInt (0);
+});
+Clazz.defineMethod (c$, "maxChars", 
+function () {
+return  new com.stevesoft.pat.patInf ();
+});
+});