cytoscape-edgehandles
Advanced tools
Comparing version 3.4.4 to 3.5.0
@@ -306,2 +306,7 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
}, | ||
ghostEdgeParams: function ghostEdgeParams() { | ||
// return element object to be passed to cy.add() for the ghost edge | ||
// (default classes are always added for you) | ||
return {}; | ||
}, | ||
show: function show(sourceNode) { | ||
@@ -308,0 +313,0 @@ // fired when handle is shown |
{ | ||
"name": "cytoscape-edgehandles", | ||
"version": "3.4.4", | ||
"version": "3.5.0", | ||
"description": "Edge creation UI extension for Cytoscape", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-edgehandles.js", |
@@ -104,2 +104,7 @@ cytoscape-edgehandles | ||
}, | ||
ghostEdgeParams: function(){ | ||
// return element object to be passed to cy.add() for the ghost edge | ||
// (default classes are always added for you) | ||
return {}; | ||
}, | ||
show: function( sourceNode ){ | ||
@@ -106,0 +111,0 @@ // fired when handle is shown |
@@ -36,2 +36,7 @@ /* eslint-disable no-unused-vars */ | ||
}, | ||
ghostEdgeParams: function(){ | ||
// return element object to be passed to cy.add() for the ghost edge | ||
// (default classes are always added for you) | ||
return {}; | ||
}, | ||
show: function( sourceNode ){ | ||
@@ -38,0 +43,0 @@ // fired when handle is shown |
172721
1867
251