Skip to content
Snippets Groups Projects

Develop

Merged Garrett Hansen requested to merge develop into develop_peter
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -643,7 +643,7 @@ var cqhm = cqhm || {};
}
// Handle connection shapes
} else if (_.contains(["cqhm.Flow", "cqhm.StateTransition", "cqhm.StateTransitionTrue", "cqhm.CausalConnectionPositive"], type)) {
} else if (_.contains(["cqhm.Flow", "cqhm.StateTransition", "cqhm.StateTransitionTrue", "cqhm.StateTransitionFalse", "cqhm.CausalConnectionPositive"], type)) {
// Find all the changes
var changes = {};
Loading