From 1dce221ae186a000c36cd50b93bfb425e6983485 Mon Sep 17 00:00:00 2001 From: Kebap Date: Fri, 9 Nov 2018 15:43:20 +0100 Subject: [PATCH] Add fifth edge to example This fix should close #4188 --- docs/network/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/network/index.html b/docs/network/index.html index a3f309c64..46ad2b72b 100644 --- a/docs/network/index.html +++ b/docs/network/index.html @@ -182,7 +182,8 @@

Creating a Network

{from: 1, to: 3}, {from: 1, to: 2}, {from: 2, to: 4}, - {from: 2, to: 5} + {from: 2, to: 5}, + {from: 3, to: 3} ]); // create a network