Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / com / stevesoft / pat / NoPattern.js
index ec7438b..394e032 100644 (file)
@@ -1,16 +1,16 @@
-Clazz.declarePackage ("com.stevesoft.pat");\r
-Clazz.load (["com.stevesoft.pat.Pattern"], "com.stevesoft.pat.NoPattern", null, function () {\r
-c$ = Clazz.declareType (com.stevesoft.pat, "NoPattern", com.stevesoft.pat.Pattern);\r
-Clazz.overrideMethod (c$, "toString", \r
-function () {\r
-return "(?e=#)[^#d#D]";\r
-});\r
-Clazz.overrideMethod (c$, "matchInternal", \r
-function (i, p) {\r
-return -1;\r
-}, "~N,com.stevesoft.pat.Pthings");\r
-Clazz.overrideMethod (c$, "clone1", \r
-function (h) {\r
-return  new com.stevesoft.pat.NoPattern ();\r
-}, "java.util.Hashtable");\r
-});\r
+Clazz.declarePackage ("com.stevesoft.pat");
+Clazz.load (["com.stevesoft.pat.Pattern"], "com.stevesoft.pat.NoPattern", null, function () {
+c$ = Clazz.declareType (com.stevesoft.pat, "NoPattern", com.stevesoft.pat.Pattern);
+Clazz.overrideMethod (c$, "toString", 
+function () {
+return "(?e=#)[^#d#D]";
+});
+Clazz.overrideMethod (c$, "matchInternal", 
+function (i, p) {
+return -1;
+}, "~N,com.stevesoft.pat.Pthings");
+Clazz.overrideMethod (c$, "clone1", 
+function (h) {
+return  new com.stevesoft.pat.NoPattern ();
+}, "java.util.Hashtable");
+});