X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=bin%2Fcom%2Fstevesoft%2Fpat%2FUniValidator.js;h=e1731a42ed1863bb737e1f585b58ea5c21d7bf94;hb=6319110ce33faa76ee6cf9832e78faa224510fed;hp=18aa5166163197b3c7f36fe20ea2d4b2682914a7;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44;p=jalviewjs.git diff --git a/bin/com/stevesoft/pat/UniValidator.js b/bin/com/stevesoft/pat/UniValidator.js index 18aa516..e1731a4 100644 --- a/bin/com/stevesoft/pat/UniValidator.js +++ b/bin/com/stevesoft/pat/UniValidator.js @@ -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"); +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); +}); +});