Skip to content

Commit

Permalink
Bug fix (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadija committed Nov 9, 2015
1 parent 76a178e commit 5abd808
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function sortByPosition(a,b)

function getConnectionsGroup(parentGroup)
{
var connectionsGroup = [parentGroup layerWithId:"AEConnections"];
var connectionsGroup = [parentGroup layerWithID:"AEConnections"];

// create group if not exists
if (connectionsGroup === null) {
Expand Down

0 comments on commit 5abd808

Please sign in to comment.