Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / com / stevesoft / pat / RegSyntaxError.js
index 5a81c21..3a127a5 100644 (file)
@@ -1,16 +1,16 @@
-Clazz.declarePackage ("com.stevesoft.pat");\r
-Clazz.load (["java.lang.Error"], "com.stevesoft.pat.RegSyntaxError", ["com.stevesoft.pat.RegSyntax"], function () {\r
-c$ = Clazz.declareType (com.stevesoft.pat, "RegSyntaxError", Error);\r
-Clazz.makeConstructor (c$, \r
-function () {\r
-Clazz.superConstructor (this, com.stevesoft.pat.RegSyntaxError, []);\r
-});\r
-c$.endItAll = Clazz.defineMethod (c$, "endItAll", \r
-function (s) {\r
-if (com.stevesoft.pat.RegSyntaxError.RegSyntaxErrorEnabled) {\r
-throw  new com.stevesoft.pat.RegSyntaxError (s);\r
-}throw  new com.stevesoft.pat.RegSyntax (s);\r
-}, "~S");\r
-Clazz.defineStatics (c$,\r
-"RegSyntaxErrorEnabled", false);\r
-});\r
+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);
+});