Skip to content

Commit

Permalink
remove editCompleted event bind. this functionality was an experiment…
Browse files Browse the repository at this point in the history
… and will make a comeback in the future.
  • Loading branch information
sporritt committed Mar 1, 2015
1 parent ce5e794 commit 71c260e
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions demo/flowchart/demo.js
Expand Up @@ -82,15 +82,6 @@ jsPlumb.ready(function () {
},
init = function (connection) {
connection.getOverlay("label").setLabel(connection.sourceId.substring(15) + "-" + connection.targetId.substring(15));
connection.bind("editCompleted", function (o) {
if (typeof console != "undefined")
console.log("connection edited. path is now ", o.path);
});

/*
connection.bind("mouseenter", function() {
console.log("mouse enter");
})*/
};

var _addEndpoints = function (toId, sourceAnchors, targetAnchors) {
Expand Down

0 comments on commit 71c260e

Please sign in to comment.