Skip to content

Commit 6704eae

Browse files
committed
globalThis
1 parent 117e0e7 commit 6704eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/typedoc/signature/helper.gts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export const HelperSignature: TOC<{
105105
as |declaration|
106106
>
107107
{{#let (getSignature declaration) as |info|}}
108-
{{#if (Array.isArray info)}}
108+
{{#if (globalThis.Array.isArray info)}}
109109
{{#each info as |signature|}}
110110
<Args @kind='helper' @info={{getArgs signature}} />
111111
<Return @info={{getReturn signature}} />

0 commit comments

Comments
 (0)