Merge pull request #1104 from MJomaa/patch-6

Two more shading typos in Aws3d
This commit is contained in:
David Benson 2020-08-11 17:57:23 +01:00 committed by GitHub
commit a5b7153955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'
};
/**