[ALOY-594] Alloy: Naming a collection "collection" will fail
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-06-20T22:41:43.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 1.2.0, 2013 Sprint 13 |
Components | Models, Runtime |
Labels | Alloy, bindings, bug, qe-testadded |
Reporter | Daniel Sefton |
Assignee | Tony Lukasavage |
Created | 2013-03-30T14:25:12.000+0000 |
Updated | 2013-07-15T23:57:23.000+0000 |
Description
Hi Tony, If I call a collection: "collection", and use bindings, it will fail: This fails:
var models = datafilter(Alloy.Collections.collection);
if it was:
var models = datafilter(Alloy.Collections["collection"]);
it would not fail.
Attachments
File | Date | Size |
---|---|---|
Screen Shot 2013-06-20 at 6.40.41 PM.png | 2013-06-20T22:42:01.000+0000 | 42968 |