[ALOY-748] Alloy code should pass cleanly through jslint
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-07-17T19:38:15.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.2.0, 2013 Sprint 15 |
Components | Runtime |
Labels | qe-testadded |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2013-07-17T12:32:57.000+0000 |
Updated | 2013-08-02T02:11:52.000+0000 |
Description
All Javascript code in Alloy should pass through jslint without errors. The only exceptions to this rile should be builtins or other JS code that is managed by external authors.
PR: https://github.com/appcelerator/alloy/pull/183 These were coding standard changes. Functional testing can be confirmed simply by all automated unit tests passing.
Verified as working with automatic unit test passing. Closing.