From 4a619362e42e5fadc92c6a15567767e88a722dc7 Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Tue, 21 Jan 2014 14:45:06 +0100 Subject: [PATCH] Clustering FINAL --- dist/vis.js | 2 -- src/graph/ClusterMixin.js | 2 -- 2 files changed, 4 deletions(-) diff --git a/dist/vis.js b/dist/vis.js index 82a25200..43848da5 100644 --- a/dist/vis.js +++ b/dist/vis.js @@ -11201,8 +11201,6 @@ var ClusterMixin = { this._updateNodeIndexList(); } - - this.previousScale = this.scale; // rest of the update the index list, dynamic edges and labels diff --git a/src/graph/ClusterMixin.js b/src/graph/ClusterMixin.js index a6c8482c..320c46d0 100644 --- a/src/graph/ClusterMixin.js +++ b/src/graph/ClusterMixin.js @@ -169,8 +169,6 @@ var ClusterMixin = { this._updateNodeIndexList(); } - - this.previousScale = this.scale; // rest of the update the index list, dynamic edges and labels