JAL-1807 Bob's JalviewJS prototype first commit
[jalviewjs.git] / site / j2s / jalview / controller / FeatureSettingsController.js
1 Clazz.declarePackage ("jalview.controller");\r
2 c$ = Clazz.decorateAsClass (function () {\r
3 this.settingUI = null;\r
4 this.fr = null;\r
5 this.fsettings = null;\r
6 Clazz.instantialize (this, arguments);\r
7 }, jalview.controller, "FeatureSettingsController");\r