From 5b4f6b1618cf571a6bce5a631f976a008e04a64e Mon Sep 17 00:00:00 2001 From: Nivesh Rajbhandari Date: Thu, 29 Mar 2012 15:52:08 -0700 Subject: Updated shapes to always check for its stroke and fill colors and materials instead of relying on the shapeModel cache because it can get out of sync. Signed-off-by: Nivesh Rajbhandari --- js/models/shape-model.js | 7 ------- 1 file changed, 7 deletions(-) (limited to 'js/models/shape-model.js') diff --git a/js/models/shape-model.js b/js/models/shape-model.js index ea8c2cfc..ff69ae3c 100755 --- a/js/models/shape-model.js +++ b/js/models/shape-model.js @@ -17,15 +17,8 @@ exports.ShapeModel = Montage.create(Component, { GLGeomObj: { value: null }, strokeSize: { value: null }, - stroke: { value: null }, - strokeMaterial: { value: null }, strokeStyle: { value: null }, strokeStyleIndex: { value: null }, - border: { value: null }, // Store css value for ColorController - - fill: { value: null }, - fillMaterial: { value: null }, - background: { value: null }, // Store css value for ColorController // Line-specific slope: { value: null }, -- cgit v1.2.3