[ALOY-734] "logger" not defined in CoverFlowImageType and BarItemType parsers
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-07-09T21:00:53.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.2.0, 2013 Sprint 14 |
Components | Runtime, XML |
Labels | qe-testadded |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2013-07-08T19:20:59.000+0000 |
Updated | 2013-07-15T22:03:28.000+0000 |
Description
logger.warn
is executed under certain circumstances in the CoverFlowImageType and BarItemType parsers, but is not included in the list of requires. require('path/to/logger')
needs to be added to resolve this.
Q&A: http://developer.appcelerator.com/question/154475/alloy-how-to-internationalize-tabbedbar-labels
PR: https://github.com/appcelerator/alloy/pull/170 test app: https://github.com/appcelerator/alloy/tree/master/test/apps/testing/ALOY-734 Functional test can be considered passed simply by running the app on iOS without compile time or runtime exception.
Verified as fixed. Environment: Titanium SDK 3.1.2.v20130710144553 Appcelerator Studio 3.1.2.201307101037 Alloy 1.2.0 Closing.