X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fcom%2Fstevesoft%2Fpat%2FValidator.js;fp=site%2Fj2s%2Fcom%2Fstevesoft%2Fpat%2FValidator.js;h=e364969ace2fb72de2f1b33d641976a985b0383c;hp=c9294319252092ff44d3ab8b5107e0b8f858f3d2;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/com/stevesoft/pat/Validator.js b/site/j2s/com/stevesoft/pat/Validator.js index c929431..e364969 100644 --- a/site/j2s/com/stevesoft/pat/Validator.js +++ b/site/j2s/com/stevesoft/pat/Validator.js @@ -1,24 +1,24 @@ -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 (); -}); -}); +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 (); +}); +});