Remove duplicated lines
This commit is contained in:
parent
a3a743881d
commit
92dcc6c980
1 changed files with 0 additions and 3 deletions
|
@ -56,9 +56,6 @@ export class Transaction {
|
|||
private _writeErrors: WriteErrorInfo[];
|
||||
|
||||
constructor(txn: IDBTransaction, allowedStoreNames: StoreNames[], storage: Storage) {
|
||||
this._txn = txn;
|
||||
this._allowedStoreNames = allowedStoreNames;
|
||||
this._stores = {};
|
||||
this._txn = txn;
|
||||
this._allowedStoreNames = allowedStoreNames;
|
||||
this._stores = {};
|
||||
|
|
Reference in a new issue