Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
onReady: (objects, scripts) => {
I18n.setLanguage(this.socket.systemLang);
window.systemLang = this.socket.systemLang;
this.onObjectChange(objects, scripts, true);
},
onObjectChange: (objects, scripts) => this.onObjectChange(objects, scripts),