Forráskód Böngészése

SHADINC -> SHADING

Mahmut Jomaa 5 éve
szülő
commit
83cff22418
1 módosított fájl, 1 hozzáadás és 1 törlés
  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'
 };
 
 /**