From b8b2fb2d56cce7c45032ee6d8baac3a14caa4fc8 Mon Sep 17 00:00:00 2001 From: Leonard Kim Date: Sat, 15 Dec 2018 08:25:56 -0800 Subject: [PATCH] fix(docs): change parentNode option name in api example --- doc/examples/api.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/api.html b/doc/examples/api.html index 4f7ff9bb79..b24de450a3 100644 --- a/doc/examples/api.html +++ b/doc/examples/api.html @@ -11,7 +11,7 @@ roomName: "JitsiMeetAPIExample", width: 700, height: 180, - parent: undefined, + parentNode: undefined, configOverwrite: {}, interfaceConfigOverwrite: { filmStripOnly: true