Moved window.SB creation for security reasons.

This commit is contained in:
Ajay Ramachandran
2020-02-14 23:16:01 -05:00
parent 995fe072bd
commit 88a8fda566
3 changed files with 6 additions and 4 deletions

View File

@@ -1,5 +1,8 @@
import * as Types from "./types";
import Config from "./config";
// Make the config public for debugging purposes
(<any> window).SB = Config;
import Utils from "./utils";
var utils = new Utils({