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