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.
@@ -4104,7 +4104,7 @@ class AtoDefaultGojsEditor {
|
|
4104
4104
|
AtoDefaultGojsEditor.ENUM_ACTIONS.DELETE,
|
4105
4105
|
])
|
4106
4106
|
: {})),
|
4107
|
-
}, 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),
|
4107
|
+
}, 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),
|
4108
4108
|
// new go.Binding('alignment', 'alignment', function(loc) {
|
4109
4109
|
// return new go.Spot(0, 0, loc.x, 0);
|
4110
4110
|
// }).ofObject(),
|