diff --git a/src/utils/utils.ts b/src/utils/utils.ts index 695ab4e..f011160 100644 --- a/src/utils/utils.ts +++ b/src/utils/utils.ts @@ -1,4 +1,4 @@ -let _global: any = this; +let _global: any = this || {}; function getTimeFactory(_window: any, _process: any, _date: any) { return () => {