From 3ea7e4b306de3077dd8e28e23cb26df4e981ca8d Mon Sep 17 00:00:00 2001 From: Cotton Hou Date: Mon, 10 Oct 2016 18:31:58 +0800 Subject: [PATCH] fix(localforage): for LocalForageOptions.version (#11862) --- localForage/localForage.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/localForage/localForage.d.ts b/localForage/localForage.d.ts index eaafd8b8c8..ca5c5e2eda 100644 --- a/localForage/localForage.d.ts +++ b/localForage/localForage.d.ts @@ -12,7 +12,7 @@ interface LocalForageOptions { storeName?: string; - version?: string; + version?: number; description?: string; }