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. |
||
|---|---|---|
| .. | ||
| addresses.js | ||
| backup.js | ||
| copayers.js | ||
| home.js | ||
| import.js | ||
| join.js | ||
| open.js | ||
| send.js | ||
| settings.js | ||
| setup.js | ||
| sidebar.js | ||
| transactions.js | ||
| uriPayment.js | ||
| version.js | ||
| video.js | ||