Merge pull request #9871 from thgreasi/patch-2

fix(localforage): fix driver() method to return string
This commit is contained in:
Ryan Cavanaugh
2016-06-29 13:23:24 -07:00
committed by GitHub
+1 -1
View File
@@ -52,7 +52,7 @@ interface LocalForage {
config(options: LocalForageOptions): boolean;
createInstance(options: LocalForageOptions): LocalForage;
driver(): LocalForageDriver;
driver(): string;
/**
* Force usage of a particular driver or drivers, if available.
* @param {string} driver