Skip to content

Commit

Permalink
minor bugfix to viz; simplified meta.
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed May 8, 2018
1 parent 5634dba commit 423a4dd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file modified src/meta/meta.webgmex
Binary file not shown.
Binary file modified src/seeds/base.webgmex
Binary file not shown.
Binary file modified src/seeds/examples.webgmex
Binary file not shown.
2 changes: 1 addition & 1 deletion src/visualizers/widgets/HFSMViz/HFSMVizWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ define([

client.startTransaction();

var selector = gmeIdToCySelector(parentId);
var selector = gmeIdToCySelector(parentId),
cyNode = self._cy.$(selector),
node = client.getNode(baseId);

Expand Down

0 comments on commit 423a4dd

Please sign in to comment.