JAL-1807 test
[jalviewjs.git] / bin / com / stevesoft / pat / PatternSub.js
1 Clazz.declarePackage ("com.stevesoft.pat");
2 Clazz.load (["com.stevesoft.pat.Pattern"], "com.stevesoft.pat.PatternSub", null, function () {
3 c$ = Clazz.decorateAsClass (function () {
4 this.sub = null;
5 Clazz.instantialize (this, arguments);
6 }, com.stevesoft.pat, "PatternSub", com.stevesoft.pat.Pattern);
7 });