cytoscape-cxtmenu
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "cytoscape-cxtmenu", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "A context menu for Cytoscape.js", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-cxtmenu.js", |
@@ -148,3 +148,4 @@ ;(function( $ ){ 'use strict'; | ||
if (select) { | ||
select.apply(target); | ||
select.apply(target); | ||
activeCommandI = undefined; | ||
} | ||
@@ -411,2 +412,3 @@ } | ||
select.apply( ele ); | ||
activeCommandI = undefined; | ||
} | ||
@@ -481,2 +483,2 @@ } | ||
})( jQuery ); | ||
})( jQuery ); |
{ | ||
"name": "cytoscape-cxtmenu", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "A context menu for Cytoscape.js", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-cxtmenu.js", |
598366
1825