From dc503d002be8fe5f12fd3cc6f848b3190c219659 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Mon, 11 Jun 2012 23:22:20 -0700 Subject: removing serializable to the tree and adding a few more missing properties Signed-off-by: Valerio Virgillito --- .../pen-properties.reel/pen-properties.js | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'js/components/tools-properties/pen-properties.reel/pen-properties.js') diff --git a/js/components/tools-properties/pen-properties.reel/pen-properties.js b/js/components/tools-properties/pen-properties.reel/pen-properties.js index 5ae03adc..78065b99 100755 --- a/js/components/tools-properties/pen-properties.reel/pen-properties.js +++ b/js/components/tools-properties/pen-properties.reel/pen-properties.js @@ -9,9 +9,21 @@ var ToolProperties = require("js/components/tools-properties/tool-properties").T var PenProperties = exports.PenProperties = Montage.create(ToolProperties, { addedColorChips: { value: false }, - _penToolRadio: { value: null, enumerable: false }, - _penPlusRadio: { value: null, enumerable: false }, - _penMinusRadio: { value: null, enumerable: false }, + + _penToolRadio: { + value: null, + serializable: true + }, + + _penPlusRadio: { + value: null, + serializable: true + }, + + _penMinusRadio: { + value: null, + serializable: true + }, _subPrepare: { value: function() { -- cgit v1.2.3