underscores in Amber

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

underscores in Amber

leonsmith
Hello all,

I noticed on the Issues list a request to add underscores to JS selectors. I would like to add that to properties as well. I have to do:
        firstname := response first_name.
        middlename := response middle_name.
        lastname := response last_name.

I tried wrapping them with <> but then the changes are ignored. Any way to do this right now ?