aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/scroller.reel/scroller.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage/ui/scroller.reel/scroller.html')
-rw-r--r--node_modules/montage/ui/scroller.reel/scroller.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/node_modules/montage/ui/scroller.reel/scroller.html b/node_modules/montage/ui/scroller.reel/scroller.html
index a0913331..0b525746 100644
--- a/node_modules/montage/ui/scroller.reel/scroller.html
+++ b/node_modules/montage/ui/scroller.reel/scroller.html
@@ -10,7 +10,7 @@
10 <script type="text/montage-serialization">{ 10 <script type="text/montage-serialization">{
11 11
12 "scrollbars": { 12 "scrollbars": {
13 "prototype": "montage/ui/scroll-bars.reel", 13 "prototype": "ui/scroll-bars.reel",
14 "properties": { 14 "properties": {
15 "element": { 15 "element": {
16 "#": "scrollbars" 16 "#": "scrollbars"
@@ -18,7 +18,7 @@
18 } 18 }
19 }, 19 },
20 "translateComposer1": { 20 "translateComposer1": {
21 "prototype": "montage/ui/composer/translate-composer", 21 "prototype": "ui/composer/translate-composer",
22 "properties": { 22 "properties": {
23 "component": {"@": "owner"}, 23 "component": {"@": "owner"},
24 "minTranslateX": 0, 24 "minTranslateX": 0,
@@ -26,8 +26,8 @@
26 "invertAxis": true 26 "invertAxis": true
27 }, 27 },
28 "bindings": { 28 "bindings": {
29 "translateX": {"<<->": "@owner.scrollX"}, 29 "translateX": {"<->": "@owner.scrollX"},
30 "translateY": {"<<->": "@owner.scrollY"}, 30 "translateY": {"<->": "@owner.scrollY"},
31 "maxTranslateX": {"<-": "@owner._maxTranslateX"}, 31 "maxTranslateX": {"<-": "@owner._maxTranslateX"},
32 "maxTranslateY": {"<-": "@owner._maxTranslateY"}, 32 "maxTranslateY": {"<-": "@owner._maxTranslateY"},
33 "axis": {"<-": "@owner.axis"}, 33 "axis": {"<-": "@owner.axis"},
@@ -45,7 +45,7 @@
45 ] 45 ]
46 }, 46 },
47 "slot": { 47 "slot": {
48 "prototype": "montage/ui/slot.reel", 48 "prototype": "ui/slot.reel",
49 "properties": { 49 "properties": {
50 "element": {"#": "content"} 50 "element": {"#": "content"}
51 }, 51 },
@@ -54,7 +54,7 @@
54 } 54 }
55 }, 55 },
56 "owner": { 56 "owner": {
57 "prototype": "montage/ui/scroller.reel", 57 "prototype": "ui/scroller.reel",
58 "properties": { 58 "properties": {
59 "_content": { 59 "_content": {
60 "#": "content" 60 "#": "content"