Merge pull request #1104 from MJomaa/patch-6
Two more shading typos in Aws3d
This commit is contained in:
commit
a5b7153955
1 changed files with 2 additions and 2 deletions
|
@ -1881,7 +1881,7 @@ mxUtils.extend(mxShapeAws3dInstance, mxShape);
|
||||||
|
|
||||||
mxShapeAws3dInstance.prototype.cst = {
|
mxShapeAws3dInstance.prototype.cst = {
|
||||||
INSTANCE : 'mxgraph.aws3d.instance',
|
INSTANCE : 'mxgraph.aws3d.instance',
|
||||||
SHADIG_COLORS : 'shadingCols'
|
SHADING_COLORS : 'shadingCols'
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -2933,7 +2933,7 @@ mxUtils.extend(mxShapeAws3dRdsMaster, mxShape);
|
||||||
|
|
||||||
mxShapeAws3dRdsMaster.prototype.cst = {
|
mxShapeAws3dRdsMaster.prototype.cst = {
|
||||||
RDS_MASTER : 'mxgraph.aws3d.rdsMaster',
|
RDS_MASTER : 'mxgraph.aws3d.rdsMaster',
|
||||||
SHADIG_COLORS : 'shadingCols'
|
SHADING_COLORS : 'shadingCols'
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue