ato-water-lib 0.0.79 → 0.0.80
Sign up to get free protection for your applications and to get access to all the features.
@@ -4095,7 +4095,7 @@ class AtoDefaultGojsEditor {
|
|
4095
4095
|
AtoDefaultGojsEditor.ENUM_ACTIONS.DELETE,
|
4096
4096
|
])
|
4097
4097
|
: {})),
|
4098
|
-
}, new go.Binding('fromSpot', 'fromSpot'), new go.Binding('toSpot', 'toSpot'), new go.Binding('movable', 'movable'), new go.Binding('selectable', 'selectable'), new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify),
|
4098
|
+
}, new go.Binding('visible', 'visible'), new go.Binding('fromSpot', 'fromSpot'), new go.Binding('toSpot', 'toSpot'), new go.Binding('movable', 'movable'), new go.Binding('selectable', 'selectable'), new go.Binding('location', 'loc', go.Point.parse).makeTwoWay(go.Point.stringify),
|
4099
4099
|
// new go.Binding('alignment', 'alignment', function(loc) {
|
4100
4100
|
// return new go.Spot(0, 0, loc.x, 0);
|
4101
4101
|
// }).ofObject(),
|