Explorar el Código

Merge pull request #1087 from MJomaa/patch-5

SHADINC -> SHADING
David Benson hace 5 años
padre
commit
dea180bfc3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'
 };
 
 /**