Titanium JIRA Archive
Alloy (ALOY)

[ALOY-401] Change Alloy.globals to Alloy.Globals

GitHub Issuen/a
TypeStory
PriorityHigh
StatusResolved
ResolutionFixed
Resolution Date2012-11-29T18:29:24.000+0000
Affected Version/sn/a
Fix Version/sAlloy 0.3.3, 2012 Sprint 24
ComponentsRuntime
Labelsnotable
ReporterTony Lukasavage
AssigneeUnknown
Created2012-11-29T17:15:52.000+0000
Updated2018-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.

Comments

  1. Tony Lukasavage 2012-11-29

    *Alloy.Globals* has been added, *Alloy.globals* has been deprecated, and the existing models/todo test app has been updated to use Alloy.Globals.

JSON Source