Quellcode durchsuchen

SHADINC -> SHADING

Mahmut Jomaa vor 5 Jahren
Ursprung
Commit
83cff22418
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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'
 };
 
 /**