diff options
author | Fabio Berger <me@fabioberger.com> | 2017-06-19 23:59:04 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2017-06-19 23:59:04 +0800 |
commit | 7f32cdf29dac3b9dc07350df0c37beaeee4b26bf (patch) | |
tree | d66d2dec7327e85faf6ecc1f65cc46ebf30c91ea /src | |
parent | e8574a3948dffe919148bb14665be3c02cc9dbdf (diff) | |
download | dexon-sol-tools-7f32cdf29dac3b9dc07350df0c37beaeee4b26bf.tar dexon-sol-tools-7f32cdf29dac3b9dc07350df0c37beaeee4b26bf.tar.gz dexon-sol-tools-7f32cdf29dac3b9dc07350df0c37beaeee4b26bf.tar.bz2 dexon-sol-tools-7f32cdf29dac3b9dc07350df0c37beaeee4b26bf.tar.lz dexon-sol-tools-7f32cdf29dac3b9dc07350df0c37beaeee4b26bf.tar.xz dexon-sol-tools-7f32cdf29dac3b9dc07350df0c37beaeee4b26bf.tar.zst dexon-sol-tools-7f32cdf29dac3b9dc07350df0c37beaeee4b26bf.zip |
Fix tslint issue
Diffstat (limited to 'src')
-rw-r--r-- | src/0x.ts | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -38,7 +38,8 @@ export class ZeroEx { */ public exchange: ExchangeWrapper; /** - * An instance of the TokenRegistryWrapper class containing methods for interacting with the 0x TokenRegistry smart contract. + * An instance of the TokenRegistryWrapper class containing methods for interacting with the 0x + * TokenRegistry smart contract. */ public tokenRegistry: TokenRegistryWrapper; /** |