Roy.Liu 4 years ago
parent
commit
bf0995c5cc
  1. 2
      typescript/core/platform/web/function.ts

2
typescript/core/platform/web/function.ts

@ -8,5 +8,5 @@ export type _function = {
isSafari: () => boolean;
isMac: () => boolean;
isWindows: () => boolean;
isSupportCss3: (style: string) => boolean;
isSupportCss3: (style: any) => boolean;
}
Loading…
Cancel
Save