diff options
author | Valerio Virgillito | 2012-04-20 11:47:19 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-04-20 11:47:19 -0700 |
commit | 5cca0aa1d99121def2349b881d2cffddd2816ba9 (patch) | |
tree | ec23ddfec6209ec897a27869b351a47a744637fd /node_modules/montage | |
parent | 67b26adb6ae585022e54b5785a94cfb704aeada7 (diff) | |
download | ninja-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/montage')
-rw-r--r-- | node_modules/montage/ui/flow.reel/flow.js | 1 |
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 | ||