aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/flow.reel/flow.js
diff options
context:
space:
mode:
authorJose Antonio Marquez2012-04-20 14:57:41 -0700
committerJose Antonio Marquez2012-04-20 14:57:41 -0700
commitae4cc0daf3ed23ed2191ead1b795a5b0cc54a3a7 (patch)
tree4a06c0ee60a671aeaed320377904249f706a96ce /node_modules/montage/ui/flow.reel/flow.js
parent0b7848540a7ca84b7c67821fedc275cf243eff2f (diff)
parent5a0331fc26fcc2cdc6200086109e34440a2dec6a (diff)
downloadninja-ae4cc0daf3ed23ed2191ead1b795a5b0cc54a3a7.tar.gz
Merge branch 'refs/heads/Ninja-Internal' into FileIO
Diffstat (limited to 'node_modules/montage/ui/flow.reel/flow.js')
-rw-r--r--node_modules/montage/ui/flow.reel/flow.js1
1 files changed, 1 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