Merge branch 'fix/same-name-but-different-store-name-causes-exceptions' of https://github.com/ecraft/localForage into ecraft-fix/same-name-but-different-store-name-causes-exceptions

This commit is contained in:
Matthew Riley MacPherson 2015-10-09 13:46:04 +01:00
commit 11666c29f5

View File

@ -807,7 +807,8 @@ DRIVERS.forEach(function(driverName) {
storeName: 'storagename2'
});
// Same name, but different storeName
// Same name, but different storeName since this has been
// malfunctioning before w/ IndexedDB.
localforage3 = localforage.createInstance({
name: 'storage2',
// We need a small value here