Browse Source

SHADINC -> SHADING

Mahmut Jomaa 5 years ago
parent
commit
83cff22418
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/webapp/shapes/mxAWS3D.js

+ 1 - 1
src/main/webapp/shapes/mxAWS3D.js

@@ -1555,7 +1555,7 @@ mxUtils.extend(mxShapeAws3dDataServer, mxShape);
 
 mxShapeAws3dDataServer.prototype.cst = {
 		DATA_SERVER : 'mxgraph.aws3d.dataServer',
-		SHADINC_COLORS : 'shadingCols'
+		SHADING_COLORS : 'shadingCols'
 };
 
 /**