[TIMOB-18671] Windows: Module generator is using wrong name format for getters
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-03-10T15:44:21.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.1.0 |
Components | Tooling, Windows |
Labels | n/a |
Reporter | Christopher Williams |
Assignee | Christopher Williams |
Created | 2015-03-09T22:29:12.000+0000 |
Updated | 2017-03-14T20:09:13.000+0000 |
Description
The module generator is not generating the correct name pattern for property getters: i.e. "color" (incorrect) vs "get_color" (correct). Same for the equivalent js_* bridge methods.
Closing ticket as fixed.