diff options
author | Valerio Virgillito | 2012-06-12 15:12:27 -0700 |
---|---|---|
committer | Valerio Virgillito | 2012-06-12 15:12:27 -0700 |
commit | 16d859a284805cd8bf14187fd421b6a14e6d8912 (patch) | |
tree | 64a57f852efea485f7bb242025a770588b157603 /js/ninja.reel | |
parent | c3c0b8d60a59a86fbe75dcc8bde0bd3cbf28de63 (diff) | |
download | ninja-16d859a284805cd8bf14187fd421b6a14e6d8912.tar.gz |
remove serializable from custom section
Signed-off-by: Valerio Virgillito <valerio@motorola.com>
Diffstat (limited to 'js/ninja.reel')
-rwxr-xr-x | js/ninja.reel/ninja.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/ninja.reel/ninja.js b/js/ninja.reel/ninja.js index 8b874a36..c7bdfc0e 100755 --- a/js/ninja.reel/ninja.js +++ b/js/ninja.reel/ninja.js | |||
@@ -452,8 +452,7 @@ exports.Ninja = Montage.create(Component, { | |||
452 | openDocument: { | 452 | openDocument: { |
453 | value: function(doc) { | 453 | value: function(doc) { |
454 | this.documentList.content.push(doc); | 454 | this.documentList.content.push(doc); |
455 | // This is not needed with the latest 0.10 montage. | 455 | // TODO: Check why this is still needed |
456 | // TODO: Remove this when integrating the next montage | ||
457 | this.documentList.selectedObjects = [doc]; | 456 | this.documentList.selectedObjects = [doc]; |
458 | 457 | ||
459 | } | 458 | } |