Various code cleanup.

This commit is contained in:
James Cole
2017-06-05 11:12:50 +02:00
parent 64831b4c86
commit c4039b53e6
50 changed files with 274 additions and 217 deletions

View File

@@ -8,7 +8,7 @@
* See the LICENSE file for details.
*/
/** global: what, Modernizr */
/** global: what, Modernizr, selectsForeignCurrency, convertForeignToNative, validateCurrencyForTransfer, convertSourceToDestination, journalData, journal, accountInfo, exchangeRateInstructions, currencyInfo */
$(document).ready(function () {
"use strict";
@@ -79,6 +79,7 @@ function getAccountId() {
}
alert('Cannot handle ' + journal.transaction_type.type);
return undefined;
}
/**