Format webix.js

This commit is contained in:
Jorge
2023-06-23 18:08:01 +02:00
committed by GitHub
parent 8ff525933e
commit 3c980db93a

View File

@@ -2,5 +2,5 @@ import * as webix from "webix";
addEventListener("message", (event) => {
webix.extend({}, JSON.parse(event.data)); // NOT OK
webix.copy({},JSON.parse(event.data)); // NOT OK
webix.copy({}, JSON.parse(event.data)); // NOT OK
});