fix(localforage): for LocalForageOptions.version (#11862)

This commit is contained in:
Cotton Hou 2016-10-10 18:31:58 +08:00 committed by Masahiro Wakame
parent 1a0f7cd07c
commit 3ea7e4b306

View File

@ -12,7 +12,7 @@ interface LocalForageOptions {
storeName?: string;
version?: string;
version?: number;
description?: string;
}