[ALOY-557] Fix osname optimization is AST parsers optimizer.js
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2013-03-12T20:13:16.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Alloy 1.1.0, 2013 Sprint 06 |
| Components | XML |
| Labels | n/a |
| Reporter | Tony Lukasavage |
| Assignee | Unknown |
| Created | 2013-03-12T16:50:19.000+0000 |
| Updated | 2018-03-07T22:25:43.000+0000 |
Description
In the optimizer.js code the osname property of Ti.Platform.osname is references as Ti.Platform.osName, causing it not be to optimized. It's not breaking anything, but isn't optimal.
Need more information