From 16d859a284805cd8bf14187fd421b6a14e6d8912 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Tue, 12 Jun 2012 15:12:27 -0700 Subject: remove serializable from custom section Signed-off-by: Valerio Virgillito --- js/ninja.reel/ninja.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'js/ninja.reel') 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, { openDocument: { value: function(doc) { this.documentList.content.push(doc); - // This is not needed with the latest 0.10 montage. - // TODO: Remove this when integrating the next montage + // TODO: Check why this is still needed this.documentList.selectedObjects = [doc]; } -- cgit v1.2.3