Explanatory comment
This commit is contained in:
parent
d063735c96
commit
12816c5e1f
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ limitations under the License.
|
||||||
var DEFAULTS = {
|
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 {
|
class SdkConfig {
|
||||||
|
|
||||||
static get() {
|
static get() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue