[ALOY-401] Change Alloy.globals to Alloy.Globals
GitHub Issue | n/a |
---|---|
Type | Story |
Priority | High |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-11-29T18:29:24.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 0.3.3, 2012 Sprint 24 |
Components | Runtime |
Labels | notable |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-11-29T17:15:52.000+0000 |
Updated | 2018-03-07T22:25:34.000+0000 |
Description
In 0.3.2 I added *Alloy.globals* for storing global variables and functions. In retrospect, this should probably be *Alloy.Globals*, making sure that namespaces start with a capital letter, like:
* Alloy.CFG
* Alloy.Models
* Alloy.Collections
For the time being, both will be left in Alloy, but *Alloy.globals* will be marked as deprecated. I will create another ticket which deals with deprecating this and some other obsolete Alloy items.
*Alloy.Globals* has been added, *Alloy.globals* has been deprecated, and the existing models/todo test app has been updated to use Alloy.Globals.