cytoscape-edgehandles
Advanced tools
Comparing version 3.2.3 to 3.2.4
@@ -1076,4 +1076,8 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
options[type].apply(options, args); | ||
var handler = options[type]; | ||
if (handler != null) { | ||
handler.apply(undefined, args); | ||
} | ||
return this; | ||
@@ -1080,0 +1084,0 @@ } |
{ | ||
"name": "cytoscape-edgehandles", | ||
"version": "3.2.3", | ||
"version": "3.2.4", | ||
"description": "Edge creation UI extension for Cytoscape", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-edgehandles.js", |
@@ -91,4 +91,8 @@ function addListeners(){ | ||
options[ type ]( ...args ); | ||
let handler = options[ type ]; | ||
if( handler != null ){ | ||
handler( ...args ); | ||
} | ||
return this; | ||
@@ -95,0 +99,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
121630
1579