From 0e1a276f19ea70009c5a649e9667861d7c346a7e Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Wed, 6 Jun 2012 00:25:27 -0700 Subject: first iteration of adding serializable to ninja plus other changes to run the latest montage Signed-off-by: Valerio Virgillito --- js/stage/layout.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'js/stage/layout.js') diff --git a/js/stage/layout.js b/js/stage/layout.js index 71296405..a2f81e97 100755 --- a/js/stage/layout.js +++ b/js/stage/layout.js @@ -17,7 +17,16 @@ var Montage = require("montage/core/core").Montage, exports.Layout = Montage.create(Component, { - canvas: { value: null }, + canvas: { + value: null, + serializable: true + }, + + stage: { + value: null, + serializable: true + }, + ctx: { value: null }, drawFillColor: { value: 'rgba(255,255,255,1)' }, -- cgit v1.2.3