瀏覽代碼

Merge pull request #1104 from MJomaa/patch-6

Two more shading typos in Aws3d
David Benson 5 年之前
父節點
當前提交
a5b7153955
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/webapp/shapes/mxAWS3D.js

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