aboutsummaryrefslogtreecommitdiff
path: root/node_modules
diff options
context:
space:
mode:
authorValerio Virgillito2012-04-20 11:47:19 -0700
committerValerio Virgillito2012-04-20 11:47:19 -0700
commit5cca0aa1d99121def2349b881d2cffddd2816ba9 (patch)
treeec23ddfec6209ec897a27869b351a47a744637fd /node_modules
parent67b26adb6ae585022e54b5785a94cfb704aeada7 (diff)
downloadninja-5cca0aa1d99121def2349b881d2cffddd2816ba9.tar.gz
Fixing the flow component to layout all the tiles on first draw.
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'node_modules')
-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