mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-02 04:18:38 -04:00
Move utils.js to browserify/require() format
This commit is contained in:
@ -25,3 +25,8 @@ const getAccountDisplayName = function(account, account_map) {
|
||||
}
|
||||
return name;
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
getAccountDisplayList: getAccountDisplayList,
|
||||
getAccountDisplayName: getAccountDisplayName
|
||||
};
|
||||
|
Reference in New Issue
Block a user