aboutsummaryrefslogtreecommitdiff
path: root/node_modules
diff options
context:
space:
mode:
authorValerio Virgillito2012-04-23 15:58:27 -0700
committerValerio Virgillito2012-04-23 15:58:27 -0700
commit4ab2a55ba2175c72f859c428122a166f8af74140 (patch)
tree3f383cb4b9e92dcb7f80eed62ff6cbc467062448 /node_modules
parent3f8f224170937d498d3a03c706494408a6b4bf1d (diff)
parent5a0331fc26fcc2cdc6200086109e34440a2dec6a (diff)
downloadninja-4ab2a55ba2175c72f859c428122a166f8af74140.tar.gz
Merge branch 'refs/heads/master' into stage-document-architecture
Diffstat (limited to 'node_modules')
-rw-r--r--node_modules/montage/ui/flow.reel/flow.js1
-rw-r--r--node_modules/montage/ui/youtube-channel.reel/youtube-channel.html1
2 files changed, 2 insertions, 0 deletions
diff --git a/node_modules/montage/ui/flow.reel/flow.js b/node_modules/montage/ui/flow.reel/flow.js
index 929e61b8..2137f782 100644
--- a/node_modules/montage/ui/flow.reel/flow.js
+++ b/node_modules/montage/ui/flow.reel/flow.js
@@ -786,6 +786,7 @@ var Flow = exports.Flow = Montage.create(Component, {
786 } else { 786 } else {
787 this._objectsForRepetition = value; 787 this._objectsForRepetition = value;
788 } 788 }
789 this.needsDraw = true;
789 } 790 }
790 }, 791 },
791 792
diff --git a/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html b/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
index 848322e0..88fc3889 100644
--- a/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
+++ b/node_modules/montage/ui/youtube-channel.reel/youtube-channel.html
@@ -58,6 +58,7 @@
58 .montage-youtube-channel { 58 .montage-youtube-channel {
59 width: 370px; 59 width: 370px;
60 position: relative; 60 position: relative;
61 -webkit-transform-style: preserve-3d;
61 } 62 }
62 63
63 .montage-youtube-channel img { 64 .montage-youtube-channel img {