From 13b52f1f3fcc32c3d1ae502a9a605548016e52b8 Mon Sep 17 00:00:00 2001 From: Beafantles Date: Sun, 7 Oct 2018 18:58:42 +0200 Subject: [PATCH 1/2] Missing comma --- docs/network/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/network/index.html b/docs/network/index.html index 2ade87953..c230e4ab8 100644 --- a/docs/network/index.html +++ b/docs/network/index.html @@ -282,7 +282,7 @@

Options

var options = { autoResize: true, height: '100%', - width: '100%' + width: '100%', locale: 'en', locales: locales, clickToUse: false, From 42a5d085835c931a26bd03588596a093e2fe0020 Mon Sep 17 00:00:00 2001 From: Beafantles Date: Sun, 7 Oct 2018 19:03:32 +0200 Subject: [PATCH 2/2] Removed an incorrect comma --- docs/network/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/network/index.html b/docs/network/index.html index c230e4ab8..f31c82600 100644 --- a/docs/network/index.html +++ b/docs/network/index.html @@ -293,7 +293,7 @@

Options

layout: {...}, // defined in the layout module. interaction: {...}, // defined in the interaction module. manipulation: {...}, // defined in the manipulation module. - physics: {...}, // defined in the physics module. + physics: {...} // defined in the physics module. } network.setOptions(options);