Details
- 
    Type:Bug 
- 
    Status: Resolved
- 
    Priority:Critical 
- 
    Resolution: Unresolved
- 
    Affects Version/s: 2.12.0_js
- 
    Fix Version/s: None
- 
    Component/s: jalview-j2s, jalview-slivka
- 
    Labels:None
- 
        Urgency:Urgent
Description
                    The javascript file produced for the WebServiceMenuManager class contains syntax errors. Variables declared in a for loop inside a lambda expression are being declared as `var this.$final$.variable`. I believe it's a bug in the transpiler that needs to be worked around for now.