JAL-1807 test
[jalviewjs.git] / bin / jalview / controller / FeatureSettingsController.js
1 Clazz.declarePackage ("jalview.controller");
2 c$ = Clazz.decorateAsClass (function () {
3 this.settingUI = null;
4 this.fr = null;
5 this.fsettings = null;
6 Clazz.instantialize (this, arguments);
7 }, jalview.controller, "FeatureSettingsController");