X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=bin%2Fcom%2Fstevesoft%2Fpat%2FRegSyntaxError.js;h=3a127a56748b70c3d34d7c48e4ded4509d0333f7;hp=5a81c21814e3fecee81ec9743961ee70ee763350;hb=8ffd05b3abe52c0b6b79b011c0966361f82d5fe6;hpb=6154cb57a6eac3bb1344b8342495f5bb701ee921 diff --git a/bin/com/stevesoft/pat/RegSyntaxError.js b/bin/com/stevesoft/pat/RegSyntaxError.js index 5a81c21..3a127a5 100644 --- a/bin/com/stevesoft/pat/RegSyntaxError.js +++ b/bin/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); +});