mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
Format webix.js
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user