cytoscape
Advanced tools
Comparing version 2.7.27 to 2.7.28
/*! | ||
Cytoscape.js 2.7.27 (MIT licensed) | ||
Cytoscape.js 2.7.28 (MIT licensed) | ||
@@ -6,0 +6,0 @@ Copyright (c) The Cytoscape Consortium |
{ | ||
"name": "cytoscape", | ||
"version": "2.7.27", | ||
"version": "2.7.28", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Graph theory (a.k.a. network) library for analysis and visualisation", |
@@ -524,3 +524,3 @@ 'use strict'; | ||
var alreadyAdded = elesToRemoveIds[ ele.id() ]; | ||
if( alreadyAdded ){ | ||
if( ele.removed() || alreadyAdded ){ | ||
return; | ||
@@ -527,0 +527,0 @@ } else { |
@@ -1,1 +0,1 @@ | ||
module.exports = "2.7.27"; | ||
module.exports = "2.7.28"; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
4343103