Merge branch 'master' of https://source.jalview.org/git/jalviewjs.git
[jalviewjs.git] / site / j2s / jalview / jsdev / RegExp.js
index ffb883f..8b2e026 100644 (file)
@@ -1,15 +1,15 @@
-Clazz.declarePackage ("jalview.jsdev");\r
-Clazz.load (null, "jalview.jsdev.RegExp", ["com.stevesoft.pat.Regex"], function () {\r
-c$ = Clazz.decorateAsClass (function () {\r
-this.rg = null;\r
-Clazz.instantialize (this, arguments);\r
-}, jalview.jsdev, "RegExp");\r
-c$.newRegex = Clazz.defineMethod (c$, "newRegex", \r
-function (params) {\r
-return  new com.stevesoft.pat.Regex (params.length < 1 ? null : params[0], params.length < 2 ? "" : params[1]);\r
-}, "~A");\r
-c$.perlCode = Clazz.defineMethod (c$, "perlCode", \r
-function (s) {\r
-return com.stevesoft.pat.Regex.perlCode (s);\r
-}, "~S");\r
-});\r
+Clazz.declarePackage ("jalview.jsdev");
+Clazz.load (null, "jalview.jsdev.RegExp", ["com.stevesoft.pat.Regex"], function () {
+c$ = Clazz.decorateAsClass (function () {
+this.rg = null;
+Clazz.instantialize (this, arguments);
+}, jalview.jsdev, "RegExp");
+c$.newRegex = Clazz.defineMethod (c$, "newRegex", 
+function (params) {
+return  new com.stevesoft.pat.Regex (params.length < 1 ? null : params[0], params.length < 2 ? "" : params[1]);
+}, "~A");
+c$.perlCode = Clazz.defineMethod (c$, "perlCode", 
+function (s) {
+return com.stevesoft.pat.Regex.perlCode (s);
+}, "~S");
+});