소스 검색

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