JAL-1807 still testing
[jalviewjs.git] / bin / com / stevesoft / pat / UniValidator.js
index 18aa516..e1731a4 100644 (file)
@@ -1,12 +1,12 @@
-Clazz.declarePackage ("com.stevesoft.pat");
-Clazz.load (["com.stevesoft.pat.Validator"], "com.stevesoft.pat.UniValidator", ["com.stevesoft.pat.patInt"], function () {
-c$ = Clazz.declareType (com.stevesoft.pat, "UniValidator", com.stevesoft.pat.Validator);
-Clazz.overrideMethod (c$, "minChars", 
-function () {
-return  new com.stevesoft.pat.patInt (1);
-});
-Clazz.overrideMethod (c$, "maxChars", 
-function () {
-return  new com.stevesoft.pat.patInt (1);
-});
-});
+Clazz.declarePackage ("com.stevesoft.pat");\r
+Clazz.load (["com.stevesoft.pat.Validator"], "com.stevesoft.pat.UniValidator", ["com.stevesoft.pat.patInt"], function () {\r
+c$ = Clazz.declareType (com.stevesoft.pat, "UniValidator", com.stevesoft.pat.Validator);\r
+Clazz.overrideMethod (c$, "minChars", \r
+function () {\r
+return  new com.stevesoft.pat.patInt (1);\r
+});\r
+Clazz.overrideMethod (c$, "maxChars", \r
+function () {\r
+return  new com.stevesoft.pat.patInt (1);\r
+});\r
+});\r