From d8777562c430403a11bdcbd49d0479243e97e5cc Mon Sep 17 00:00:00 2001 From: macdonst Date: Mon, 23 Jan 2012 13:55:50 -0500 Subject: [PATCH] Issue #330: One more typo in the AccountList README --- Android/AccountList/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Android/AccountList/README b/Android/AccountList/README index 42fad4a..4287848 100644 --- a/Android/AccountList/README +++ b/Android/AccountList/README @@ -24,9 +24,9 @@ Using the plugin type: 'account type' // if not specified get all accounts }, function (result) { - console.log(res.length); + console.log(result.length); for (i in res) - console.log(res[i]); + console.log(result[i]); }, function (error) { console.log(error);