aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/list.reel/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/list.reel/list.html')
-rwxr-xr-xnode_modules/montage/ui/list.reel/list.html38
1 files changed, 9 insertions, 29 deletions
diff --git a/node_modules/montage/ui/list.reel/list.html b/node_modules/montage/ui/list.reel/list.html
index 2e52b11d..b2bf2141 100755
--- a/node_modules/montage/ui/list.reel/list.html
+++ b/node_modules/montage/ui/list.reel/list.html
@@ -7,8 +7,8 @@
7<html> 7<html>
8 <head> 8 <head>
9 <title></title> 9 <title></title>
10 <script type="text/montage-serialization"> 10 <script type="text/montage-serialization">{
11{ 11
12 "repetition1": { 12 "repetition1": {
13 "module": "montage/ui/repetition.reel", 13 "module": "montage/ui/repetition.reel",
14 "name": "Repetition", 14 "name": "Repetition",
@@ -18,26 +18,10 @@
18 } 18 }
19 }, 19 },
20 "bindings": { 20 "bindings": {
21 "content": { 21 "content": {"<-": "@owner.originalContent"},
22 "boundObject": {"@": "owner"}, 22 "objects": {"<-": "@owner.objects"},
23 "boundObjectPropertyPath": "originalContent", 23 "contentController": {"<-": "@owner.contentController"},
24 "oneway": true 24 "isSelectionEnabled": {"<-": "@owner.isSelectionEnabled"}
25 },
26 "objects": {
27 "boundObject": {"@": "owner"},
28 "boundObjectPropertyPath": "objects",
29 "oneway": true
30 },
31 "contentController": {
32 "boundObject": {"@": "owner"},
33 "boundObjectPropertyPath": "contentController",
34 "oneway": true
35 },
36 "isSelectionEnabled": {
37 "boundObject": {"@": "owner"},
38 "boundObjectPropertyPath": "isSelectionEnabled",
39 "oneway": true
40 }
41 } 25 }
42 }, 26 },
43 "scroller1": { 27 "scroller1": {
@@ -49,11 +33,7 @@
49 } 33 }
50 }, 34 },
51 "bindings": { 35 "bindings": {
52 "axis": { 36 "axis": {"<-": "@owner.axis"}
53 "boundObject": {"@": "owner"},
54 "boundObjectPropertyPath": "axis",
55 "oneway": true
56 }
57 } 37 }
58 }, 38 },
59 "owner": { 39 "owner": {
@@ -68,8 +48,8 @@
68 } 48 }
69 } 49 }
70 } 50 }
71} 51
72 </script> 52 }</script>
73 53
74</head> 54</head>
75<body> 55<body>