cytoscape-cxtmenu
Advanced tools
Comparing version 2.1.2 to 2.1.3
{ | ||
"name": "cytoscape-cxtmenu", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "A context menu for Cytoscape.js", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-cxtmenu.js", |
@@ -272,3 +272,3 @@ ;(function( $ ){ 'use strict'; | ||
grabbable = target.grabbable(); | ||
grabbable = target.grabble && target.grabbable(); | ||
if( grabbable ){ | ||
@@ -275,0 +275,0 @@ target.ungrabify(); |
{ | ||
"name": "cytoscape-cxtmenu", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "A context menu for Cytoscape.js", | ||
@@ -5,0 +5,0 @@ "main": "cytoscape-cxtmenu.js", |
598385