mirror of https://github.com/zulip/zulip.git
lint: Fix JS style in last commit.
This commit is contained in:
parent
3d731de3f1
commit
862061fa53
|
@ -9,7 +9,7 @@ let favicon_state;
|
|||
|
||||
function load_and_set_favicon(rendered_favicon) {
|
||||
favicon_state = {
|
||||
url: URL.createObjectURL(new Blob([rendered_favicon], { type: "image/svg+xml" })),
|
||||
url: URL.createObjectURL(new Blob([rendered_favicon], {type: "image/svg+xml"})),
|
||||
image: new Image(),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue