[ALOY-698] Change require('alloy/styler').generateStyle() to Alloy.createStyle()
GitHub Issue | n/a |
---|---|
Type | Sub-task |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2013-06-10T20:16:24.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.2.0, 2013 Sprint 12 |
Components | Runtime, Styling |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2013-06-10T19:34:47.000+0000 |
Updated | 2018-03-07T22:25:51.000+0000 |
Description
To more closely match the existing function on the
Alloy
namespace we need to change require('alloy/styler').generateStyle()
to Alloy.createStyle()
.
PR: https://github.com/appcelerator/alloy/pull/151 testing: This ticket can be verified as fixed by passing the functional tests noted in the final comments for ALOY-684 and ALOY-685