2. The jshint tool found some instances where var was declared twice within a function. Seemed to originate from copy/paste-style coding. Most were unambiguously intended for a single block within the function. In a few cases, two declarations were consumed by one later reference. In those cases, I removed the duplicate var or I refactored slightly. |
||
|---|---|---|
| .. | ||
| BuilderMockV0.js | ||
| HDParams.js | ||
| HDPath.js | ||
| Message.js | ||
| Passphrase.js | ||
| PrivateKey.js | ||
| PublicKeyRing.js | ||
| TxProposal.js | ||
| TxProposals.js | ||
| Wallet.js | ||
| WalletFactory.js | ||