Fix build

This commit is contained in:
Leonid Logvinov
2018-02-23 14:56:05 -08:00
parent 93b2736d65
commit 4e451479f8
2 changed files with 6 additions and 6 deletions

View File

@@ -43,6 +43,6 @@ export class {{contractName}}Contract extends BaseContract {
{{/each}}
constructor(web3Wrapper: Web3Wrapper, abi: Web3.ContractAbi, address: string) {
super(web3Wrapper, abi, address);
classUtils.bindAll(this, ['_ethersInterface', '_address', '_abi', '_web3Wrapper']);
classUtils.bindAll(this, ['_ethersInterface', 'address', 'abi', '_web3Wrapper']);
}
} // tslint:disable:max-file-line-count