diff options
author | Jose Antonio Marquez | 2012-02-13 21:21:11 -0800 |
---|---|---|
committer | Jose Antonio Marquez | 2012-02-13 21:21:11 -0800 |
commit | 64f54ffcebf09c570972b91ea5fdb7fe7654e622 (patch) | |
tree | da23792067fa2b1e08dea90996f69a1a695b1bcc /js/components/ui/icon-list-basic/iconsList.reel/iconsList.html | |
parent | f3865671aa75277f6eb35c417408dee9e665589a (diff) | |
parent | 50a40c4e21b9a4d53d6d1fb739d838c0319ab09b (diff) | |
download | ninja-64f54ffcebf09c570972b91ea5fdb7fe7654e622.tar.gz |
Merge branch 'refs/heads/AnanyaFileIO' into FileIO
Diffstat (limited to 'js/components/ui/icon-list-basic/iconsList.reel/iconsList.html')
-rwxr-xr-x | js/components/ui/icon-list-basic/iconsList.reel/iconsList.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/components/ui/icon-list-basic/iconsList.reel/iconsList.html b/js/components/ui/icon-list-basic/iconsList.reel/iconsList.html index 50a1d61d..0bb79873 100755 --- a/js/components/ui/icon-list-basic/iconsList.reel/iconsList.html +++ b/js/components/ui/icon-list-basic/iconsList.reel/iconsList.html | |||
@@ -21,6 +21,11 @@ | |||
21 | "boundObject": {"@": "repetition1"}, | 21 | "boundObject": {"@": "repetition1"}, |
22 | "boundObjectPropertyPath": "objectAtCurrentIteration", | 22 | "boundObjectPropertyPath": "objectAtCurrentIteration", |
23 | "oneway": true | 23 | "oneway": true |
24 | }, | ||
25 | "selectedUri": { | ||
26 | "boundObject": {"@": "owner"}, | ||
27 | "boundObjectPropertyPath": "selected", | ||
28 | "oneway": true | ||
24 | } | 29 | } |
25 | } | 30 | } |
26 | }, | 31 | }, |