diff --git a/src/widget.ts b/src/widget.ts index d05ac4e3..66f54fb6 100644 --- a/src/widget.ts +++ b/src/widget.ts @@ -184,7 +184,7 @@ export const widget = ((): WidgetHelpers | null => { /** * Whether or not we are running as a widget. - * + * * @returns true if widget, false if SPA */ export const isRunningAsWidget: boolean = !!widget;