b078e11425f51c7cc9fd0c8ce4030f168dfd960f
[jalviewjs.git] / bin / com / stevesoft / pat / DirFileRegex.js
1 Clazz.declarePackage ("com.stevesoft.pat");
2 Clazz.load (["com.stevesoft.pat.FileRegex"], "com.stevesoft.pat.DirFileRegex", null, function () {
3 c$ = Clazz.declareType (com.stevesoft.pat, "DirFileRegex", com.stevesoft.pat.FileRegex);
4 });