JAL-1807 test
[jalviewjs.git] / bin / com / stevesoft / pat / Pthings.js
1 Clazz.declarePackage ("com.stevesoft.pat");
2 c$ = Clazz.decorateAsClass (function () {
3 this.src = null;
4 this.ignoreCase = false;
5 this.mFlag = false;
6 this.cbits = null;
7 this.marks = null;
8 this.nMarks = 0;
9 this.dotDoesntMatchCR = false;
10 this.no_check = false;
11 this.lastPos = 0;
12 Clazz.instantialize (this, arguments);
13 }, com.stevesoft.pat, "Pthings");