Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
Temporary FIX #19
Browse files Browse the repository at this point in the history
  • Loading branch information
sinabakh committed Jul 13, 2016
1 parent 2da3e7a commit 0dd9748
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/api/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,8 @@
let d1 = KaryGraph.API.AbstractionLayer.GetDotByDotOrId( args[ i - 1 ] );
let d2 = KaryGraph.API.AbstractionLayer.GetDotByDotOrId( args[ i ] );
d1.ConnectTo( d2 );
//FIXME Should be true only if the connection is really established.
result = true;
}
return result;
}
Expand Down

0 comments on commit 0dd9748

Please sign in to comment.