diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-04-07 04:33:40 +0200 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-04-07 04:33:40 +0200 |
| commit | f2e3d7ac3c1be0faa31295dbe197d77a0eb2d996 (patch) | |
| tree | 00136748697f81e81070d1b9213639adb5b45759 /StoneIsland/platforms/ios/www/js/lib/account/AccountView.js | |
| parent | 0269ce4c7a746f92f5fd8d14745fc6db642a8276 (diff) | |
loading hub
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/lib/account/AccountView.js')
| -rwxr-xr-x | StoneIsland/platforms/ios/www/js/lib/account/AccountView.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/js/lib/account/AccountView.js b/StoneIsland/platforms/ios/www/js/lib/account/AccountView.js index 9e6f1714..80738be0 100755 --- a/StoneIsland/platforms/ios/www/js/lib/account/AccountView.js +++ b/StoneIsland/platforms/ios/www/js/lib/account/AccountView.js @@ -22,6 +22,7 @@ var AccountView = View.extend({ ccLookup: {}, listAddresses: function(opt){ + opt = opt || {} sdk.address.list({ success: function(data){ this.populateAddresses(data, opt.success) |
