From 12816c5e1f05d1848b823d46f454a05c7b3f466a Mon Sep 17 00:00:00 2001 From: David Baker Date: Tue, 7 Jun 2016 22:14:56 +0100 Subject: [PATCH] Explanatory comment --- src/SdkConfig.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/SdkConfig.js b/src/SdkConfig.js index 9eb1baf8c2..11c1dd5858 100644 --- a/src/SdkConfig.js +++ b/src/SdkConfig.js @@ -17,6 +17,12 @@ limitations under the License. var DEFAULTS = { }; +/** + * Class that stores an instance of the SDK config dictionary + * as a singleton such that it can be accessed from SDK + * components without having to be passed deep though + * multiple levels of React components. + */ class SdkConfig { static get() {