X-Git-Url: http://source.jalview.org/gitweb/?p=jalviewjs.git;a=blobdiff_plain;f=bin%2Fcom%2Fstevesoft%2Fpat%2FPthings.js;h=8969d4fabe29c7a81f2f438dea04df2162c2c55e;hp=179ec6b4f9c2bd02c231850918c5baaed4bf2999;hb=8ffd05b3abe52c0b6b79b011c0966361f82d5fe6;hpb=6154cb57a6eac3bb1344b8342495f5bb701ee921 diff --git a/bin/com/stevesoft/pat/Pthings.js b/bin/com/stevesoft/pat/Pthings.js index 179ec6b..8969d4f 100644 --- a/bin/com/stevesoft/pat/Pthings.js +++ b/bin/com/stevesoft/pat/Pthings.js @@ -1,13 +1,13 @@ -Clazz.declarePackage ("com.stevesoft.pat"); -c$ = Clazz.decorateAsClass (function () { -this.src = null; -this.ignoreCase = false; -this.mFlag = false; -this.cbits = null; -this.marks = null; -this.nMarks = 0; -this.dotDoesntMatchCR = false; -this.no_check = false; -this.lastPos = 0; -Clazz.instantialize (this, arguments); -}, com.stevesoft.pat, "Pthings"); +Clazz.declarePackage ("com.stevesoft.pat"); +c$ = Clazz.decorateAsClass (function () { +this.src = null; +this.ignoreCase = false; +this.mFlag = false; +this.cbits = null; +this.marks = null; +this.nMarks = 0; +this.dotDoesntMatchCR = false; +this.no_check = false; +this.lastPos = 0; +Clazz.instantialize (this, arguments); +}, com.stevesoft.pat, "Pthings");