aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/scroller.reel/scroller.html
diff options
context:
space:
mode:
authorNivesh Rajbhandari2012-06-13 13:51:39 -0700
committerNivesh Rajbhandari2012-06-13 13:51:39 -0700
commit263ecfc95bd7eb5c726cd5688c3d74eb10296811 (patch)
tree7c907dd58e9b4f4a1d4802d8d22b9c84d3c2edf3 /node_modules/montage/ui/scroller.reel/scroller.html
parent1bb2778224982aea7b9781c6559bb659983a400f (diff)
parenta827f2769d75848c0ba0bff03a927c1f2706322b (diff)
downloadninja-263ecfc95bd7eb5c726cd5688c3d74eb10296811.tar.gz
Merge branch 'refs/heads/ninja-internal' into PI_HotTextFixes
Conflicts: js/panels/properties.reel/sections/position-size.reel/position-size.html Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
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"