JAL-1807 includes ?j2sdebug flag and DebugJS._(msg)
[jalviewjs.git] / bin / com / stevesoft / pat / patInf.js
1 Clazz.declarePackage ("com.stevesoft.pat");
2 Clazz.load (["com.stevesoft.pat.patInt"], "com.stevesoft.pat.patInf", null, function () {
3 c$ = Clazz.declareType (com.stevesoft.pat, "patInf", com.stevesoft.pat.patInt);
4 Clazz.makeConstructor (c$, 
5 function () {
6 Clazz.superConstructor (this, com.stevesoft.pat.patInf, []);
7 this.inf = true;
8 });
9 });