X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=site%2Fj2s%2Fcom%2Fstevesoft%2Fpat%2FNoPattern.js;h=394e032fcb20ae306eb05e1998b5922b29de45b2;hp=ec7438bd17ef842494699d914d6c08d550a18fd4;hb=b9b7a352eee79b7764c3b09c9d19663075061d8c;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44 diff --git a/site/j2s/com/stevesoft/pat/NoPattern.js b/site/j2s/com/stevesoft/pat/NoPattern.js index ec7438b..394e032 100644 --- a/site/j2s/com/stevesoft/pat/NoPattern.js +++ b/site/j2s/com/stevesoft/pat/NoPattern.js @@ -1,16 +1,16 @@ -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"); -}); +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"); +});