From de8d41eaf8d4720ec2488302e81df68fbd74b8e2 Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Thu, 6 Mar 2014 15:26:02 +0100 Subject: [PATCH] updated history.md --- HISTORY.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 9b5fe287..8b3bca36 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -7,8 +7,8 @@ http://visjs.org - changed navigation CSS. Icons are now always correctly positioned. - added stabilizationIterations option to graph. -- added loadXYinDataset() method to save the XY positions of nodes in the dataset. -- seperated allowedToMove into allowedToMoveX and allowedToMoveY. This is required for initializing nodes from hierarchical layouts after loadXYinDataset(). +- added storePosition() method to save the XY positions of nodes in the dataset. +- seperated allowedToMove into allowedToMoveX and allowedToMoveY. This is required for initializing nodes from hierarchical layouts after storePosition(). ## 2014-03-06, version 0.6.1