forked from mystiq/hydrogen-web
dont need this anymore
This commit is contained in:
parent
b08b7e521a
commit
cb7da2ba4a
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ export class Transaction {
|
||||||
// more specific error? this is a bug, so maybe not ...
|
// more specific error? this is a bug, so maybe not ...
|
||||||
throw new StorageError(`Invalid store for transaction: ${name}, only ${this._allowedStoreNames.join(", ")} are allowed.`);
|
throw new StorageError(`Invalid store for transaction: ${name}, only ${this._allowedStoreNames.join(", ")} are allowed.`);
|
||||||
}
|
}
|
||||||
return new Store(this._txn.objectStore(name), this);
|
return new Store(this._txn.objectStore(name));
|
||||||
}
|
}
|
||||||
|
|
||||||
_store(name, mapStore) {
|
_store(name, mapStore) {
|
||||||
|
|
Loading…
Reference in a new issue