From 649f3326300d68fb948bba0946b104a0583dffcf Mon Sep 17 00:00:00 2001 From: Mahmut Jomaa Date: Tue, 11 Aug 2020 05:36:31 +0200 Subject: [PATCH] Two more shading typos in Aws3d --- src/main/webapp/shapes/mxAWS3D.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/shapes/mxAWS3D.js b/src/main/webapp/shapes/mxAWS3D.js index 9dc8ceb0..9cf95bf1 100644 --- a/src/main/webapp/shapes/mxAWS3D.js +++ b/src/main/webapp/shapes/mxAWS3D.js @@ -1881,7 +1881,7 @@ mxUtils.extend(mxShapeAws3dInstance, mxShape); mxShapeAws3dInstance.prototype.cst = { INSTANCE : 'mxgraph.aws3d.instance', - SHADIG_COLORS : 'shadingCols' + SHADING_COLORS : 'shadingCols' }; /** @@ -2933,7 +2933,7 @@ mxUtils.extend(mxShapeAws3dRdsMaster, mxShape); mxShapeAws3dRdsMaster.prototype.cst = { RDS_MASTER : 'mxgraph.aws3d.rdsMaster', - SHADIG_COLORS : 'shadingCols' + SHADING_COLORS : 'shadingCols' }; /**