aboutsummaryrefslogtreecommitdiffstats
path: root/ui/example.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/example.js')
-rw-r--r--ui/example.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/example.js b/ui/example.js
index a7e6b80ed..888748c48 100644
--- a/ui/example.js
+++ b/ui/example.js
@@ -85,7 +85,7 @@ accountManager.submitPassword = function (password, cb) {
}
}
-accountManager.setselectedAccount = function (address, cb) {
+accountManager.setSelectedAccount = function (address, cb) {
selectedAccount = address
cb(null, getState())
this._didUpdate()