JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / site / j2s / com / stevesoft / pat / PatternSub.js
1 Clazz.declarePackage ("com.stevesoft.pat");\r
2 Clazz.load (["com.stevesoft.pat.Pattern"], "com.stevesoft.pat.PatternSub", null, function () {\r
3 c$ = Clazz.decorateAsClass (function () {\r
4 this.sub = null;\r
5 Clazz.instantialize (this, arguments);\r
6 }, com.stevesoft.pat, "PatternSub", com.stevesoft.pat.Pattern);\r
7 });\r