cytoscape-cxtmenu
Advanced tools
Comparing version 2.9.1 to 2.9.2
@@ -94,3 +94,3 @@ /*! | ||
for (var i = 0, l = props.length; i < l; i++) { | ||
el.style[props[i]] = style[i]; | ||
el.style[props[i]] = style[props[i]]; | ||
} | ||
@@ -97,0 +97,0 @@ }; |
{ | ||
"name": "cytoscape-cxtmenu", | ||
"version": "2.9.1", | ||
"version": "2.9.2", | ||
"description": "A context menu for Cytoscape.js", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-cxtmenu.js", |
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
604091