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 --- .../object3d-properties.reel/object3d-properties.js | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'js/components/tools-properties/object3d-properties.reel/object3d-properties.js') diff --git a/js/components/tools-properties/object3d-properties.reel/object3d-properties.js b/js/components/tools-properties/object3d-properties.reel/object3d-properties.js index d7f0976c..33ef3394 100755 --- a/js/components/tools-properties/object3d-properties.reel/object3d-properties.js +++ b/js/components/tools-properties/object3d-properties.reel/object3d-properties.js @@ -10,8 +10,15 @@ var defaultEventManager = require("montage/core/event/event-manager").defaultEve var ToolProperties = require("js/components/tools-properties/tool-properties").ToolProperties; exports.Object3DProperties = Montage.create(ToolProperties, { - rotateLocally: { value: null, enumerable: false }, - rotateGlobally: { value: null, enumerable: false }, + rotateLocally: { + value: null, + serializable: true + }, + + rotateGlobally: { + value: null, + serializable: true + }, _subPrepare: { value: function () { -- cgit v1.2.3