Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
_createLayout: function (el) {
var config = LocalStore.load(STORAGE_ID) || defaultConfig;
this.layout = new GoldenLayout(config, el);
this._register(this.layout);
this.layout.init();
this.trigger(this.layout);
},