X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fcom%2Fstevesoft%2Fpat%2FRegSyntaxError.js;h=3a127a56748b70c3d34d7c48e4ded4509d0333f7;hp=5a81c21814e3fecee81ec9743961ee70ee763350;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/com/stevesoft/pat/RegSyntaxError.js b/site/j2s/com/stevesoft/pat/RegSyntaxError.js index 5a81c21..3a127a5 100644 --- a/site/j2s/com/stevesoft/pat/RegSyntaxError.js +++ b/site/j2s/com/stevesoft/pat/RegSyntaxError.js @@ -1,16 +1,16 @@ -Clazz.declarePackage ("com.stevesoft.pat"); -Clazz.load (["java.lang.Error"], "com.stevesoft.pat.RegSyntaxError", ["com.stevesoft.pat.RegSyntax"], function () { -c$ = Clazz.declareType (com.stevesoft.pat, "RegSyntaxError", Error); -Clazz.makeConstructor (c$, -function () { -Clazz.superConstructor (this, com.stevesoft.pat.RegSyntaxError, []); -}); -c$.endItAll = Clazz.defineMethod (c$, "endItAll", -function (s) { -if (com.stevesoft.pat.RegSyntaxError.RegSyntaxErrorEnabled) { -throw new com.stevesoft.pat.RegSyntaxError (s); -}throw new com.stevesoft.pat.RegSyntax (s); -}, "~S"); -Clazz.defineStatics (c$, -"RegSyntaxErrorEnabled", false); -}); +Clazz.declarePackage ("com.stevesoft.pat"); +Clazz.load (["java.lang.Error"], "com.stevesoft.pat.RegSyntaxError", ["com.stevesoft.pat.RegSyntax"], function () { +c$ = Clazz.declareType (com.stevesoft.pat, "RegSyntaxError", Error); +Clazz.makeConstructor (c$, +function () { +Clazz.superConstructor (this, com.stevesoft.pat.RegSyntaxError, []); +}); +c$.endItAll = Clazz.defineMethod (c$, "endItAll", +function (s) { +if (com.stevesoft.pat.RegSyntaxError.RegSyntaxErrorEnabled) { +throw new com.stevesoft.pat.RegSyntaxError (s); +}throw new com.stevesoft.pat.RegSyntax (s); +}, "~S"); +Clazz.defineStatics (c$, +"RegSyntaxErrorEnabled", false); +});