chore: lint
This commit is contained in:
parent
57a6f5b3b4
commit
671fc28b93
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ interface IslandMeta {
|
||||||
|
|
||||||
{
|
{
|
||||||
// island meta info (for all islands) is stored here
|
// island meta info (for all islands) is stored here
|
||||||
var $meta: Record<string, IslandMeta> = {};
|
let $meta: Record<string, IslandMeta> = {};
|
||||||
// Astro.assign is called in injected scripts
|
// Astro.assign is called in injected scripts
|
||||||
(self as any).Astro = Object.assign((self as any).Astro || {}, {
|
(self as any).Astro = Object.assign((self as any).Astro || {}, {
|
||||||
assign(script: HTMLElement, value: any) {
|
assign(script: HTMLElement, value: any) {
|
||||||
|
|
Loading…
Reference in a new issue